From: Eva Rachel Retuya Date: Wed, 10 Feb 2016 09:56:08 +0000 (+0800) Subject: staging: fbtft: Add blank line after function declaration X-Git-Tag: v4.6-rc1~103^2~919 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b15cd7e8097a3da9c11a45ce21c457bd37c67285;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fb_hx8340bn.c b/drivers/staging/fbtft/fb_hx8340bn.c index 4ec2dc7..9970ed7 100644 --- a/drivers/staging/fbtft/fb_hx8340bn.c +++ b/drivers/staging/fbtft/fb_hx8340bn.c @@ -203,6 +203,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves) return 0; } + #undef CURVE static struct fbtft_display display = { diff --git a/drivers/staging/fbtft/fb_hx8347d.c b/drivers/staging/fbtft/fb_hx8347d.c index 4e9a6b0..450a61e 100644 --- a/drivers/staging/fbtft/fb_hx8347d.c +++ b/drivers/staging/fbtft/fb_hx8347d.c @@ -140,6 +140,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves) return 0; } + #undef CURVE static struct fbtft_display display = {