aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
diff options
context:
space:
mode:
authorAnson Jacob <ansonjacob.aj@gmail.com>2016-08-25 11:23:41 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 18:03:21 +0200
commitb2a8bb77490e6b10244f7c94c263ed859eb9033c (patch)
tree6fd25401b41d2dfd10fb1c0e5f7ce9e6d2012ba8 /drivers/staging/fbtft
parentstaging: fbtft: fb_s6d1121.c: Fix checkpatch warning (diff)
downloadlinux-dev-b2a8bb77490e6b10244f7c94c263ed859eb9033c.tar.xz
linux-dev-b2a8bb77490e6b10244f7c94c263ed859eb9033c.zip
staging: fbtft: fb_ssd1289: Fix checkpatch warning
Fix checkpatch.pl warning: Block comments use * on subsequent lines Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft')
-rw-r--r--drivers/staging/fbtft/fb_ssd1289.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/fbtft/fb_ssd1289.c b/drivers/staging/fbtft/fb_ssd1289.c
index 5d5f2802e6b5..25f9fbe1e76f 100644
--- a/drivers/staging/fbtft/fb_ssd1289.c
+++ b/drivers/staging/fbtft/fb_ssd1289.c
@@ -131,10 +131,10 @@ static int set_var(struct fbtft_par *par)
}
/*
- Gamma string format:
- VRP0 VRP1 PRP0 PRP1 PKP0 PKP1 PKP2 PKP3 PKP4 PKP5
- VRN0 VRN1 PRN0 PRN1 PKN0 PKN1 PKN2 PKN3 PKN4 PKN5
-*/
+ * Gamma string format:
+ * VRP0 VRP1 PRP0 PRP1 PKP0 PKP1 PKP2 PKP3 PKP4 PKP5
+ * VRN0 VRN1 PRN0 PRN1 PKN0 PKN1 PKN2 PKN3 PKN4 PKN5
+ */
#define CURVE(num, idx) curves[num * par->gamma.num_values + idx]
static int set_gamma(struct fbtft_par *par, unsigned long *curves)
{