Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: fbtft: Add blank line after function declaration

Insert the required whitespace after the function declaration as
suggested by checkpatch.

CHECK: Please use a blank line after function/struct/union/enum
declarations

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Eva Rachel Retuya and committed by
Greg Kroah-Hartman
b15cd7e8 5f10ef7d

+2
+1
drivers/staging/fbtft/fb_hx8340bn.c
··· 203 203 204 204 return 0; 205 205 } 206 + 206 207 #undef CURVE 207 208 208 209 static struct fbtft_display display = {
+1
drivers/staging/fbtft/fb_hx8347d.c
··· 140 140 141 141 return 0; 142 142 } 143 + 143 144 #undef CURVE 144 145 145 146 static struct fbtft_display display = {