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

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
...@@ -115,6 +115,7 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) ...@@ -115,6 +115,7 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len)
for (x = 0; x < WIDTH; x++) { for (x = 0; x < WIDTH; x++) {
u8 ch = 0; u8 ch = 0;
for (i = 0; i < 8*WIDTH; i += WIDTH) { for (i = 0; i < 8*WIDTH; i += WIDTH) {
ch >>= 1; ch >>= 1;
if (vmem16[(y*8*WIDTH)+i+x]) if (vmem16[(y*8*WIDTH)+i+x])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment