Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470235
| From | Anson Jacob <ansonjacob.aj@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/9] staging: fbtft: fb_ssd1289: Fix checkpatch warning |
| Date | 2016-08-25 17:40 +0200 |
| Message-ID | <sa4V4-2PH-23@gated-at.bofh.it> (permalink) |
| References | <sa4Ln-2LX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix checkpatch.pl warning:
Block comments use * on subsequent lines
Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
---
drivers/staging/fbtft/fb_ssd1289.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/fbtft/fb_ssd1289.c b/drivers/staging/fbtft/fb_ssd1289.c
index 5d5f280..25f9fbe 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)
{
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/9] staging: fbtft: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:40 +0200 [PATCH 1/9] staging: fbtft: fb_s6d02a1.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:40 +0200 [PATCH 3/9] staging: fbtft: fb_ssd1289: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:40 +0200 [PATCH 4/9] staging: fbtft: fb_ssd1306: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 18:20 +0200 [PATCH 2/9] staging: fbtft: fb_s6d1121.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 18:40 +0200
csiph-web