Commit a94ac159 authored by Charlie Wong Super's avatar Charlie Wong Super Committed by Greg Kroah-Hartman
Browse files

staging: fbtft: Add a blank line after declarations



scripts/checkpatch.pl WARNING: Missing a blank line after declarations

Signed-off-by: default avatarCharlie Wong Super <1213charlie@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent afe11f10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len)

		for (x = 0; x < WIDTH; x++) {
			u8 ch = 0;

			for (i = 0; i < 8*WIDTH; i += WIDTH) {
				ch >>= 1;
				if (vmem16[(y*8*WIDTH)+i+x])