projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da2f4b
)
staging: fbtft: Remove blank line
author
Gargi Sharma
<gs051095@gmail.com>
Thu, 16 Feb 2017 20:11:57 +0000
(
01:41
+0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:16:59 +0000
(09:16 +0100)
Remove blank line before closing brace to fix the checkpatch
issue blank lines aren't necessary before a close brace '}'.
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/fbtft/fbtft-core.c
b/drivers/staging/fbtft/fbtft-core.c
index
ee842e9
..
f548513
100644
(file)
--- a/
drivers/staging/fbtft/fbtft-core.c
+++ b/
drivers/staging/fbtft/fbtft-core.c
@@
-556,7
+556,6
@@
static int fbtft_fb_setcolreg(unsigned int regno, unsigned int red, unsigned int
ret = 0;
}
break;
-
}
return ret;
}