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>
This commit is contained in:
parent
a40fe1555b
commit
b2a8bb7749
1 changed files with 4 additions and 4 deletions
|
@ -131,9 +131,9 @@ static int set_var(struct fbtft_par *par)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Gamma string format:
|
* Gamma string format:
|
||||||
VRP0 VRP1 PRP0 PRP1 PKP0 PKP1 PKP2 PKP3 PKP4 PKP5
|
* VRP0 VRP1 PRP0 PRP1 PKP0 PKP1 PKP2 PKP3 PKP4 PKP5
|
||||||
VRN0 VRN1 PRN0 PRN1 PKN0 PKN1 PKN2 PKN3 PKN4 PKN5
|
* VRN0 VRN1 PRN0 PRN1 PKN0 PKN1 PKN2 PKN3 PKN4 PKN5
|
||||||
*/
|
*/
|
||||||
#define CURVE(num, idx) curves[num * par->gamma.num_values + idx]
|
#define CURVE(num, idx) curves[num * par->gamma.num_values + idx]
|
||||||
static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
||||||
|
|
Loading…
Add table
Reference in a new issue