Staging: fbtft: Fix line over 80 characters
Fix the checkpatch.pl warning: WARNING:line over 80 characters Move Parameters to the next lines with proper alignment Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d0ff480a35
commit
1ba539d53b
@ -436,9 +436,9 @@ static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
|
|||||||
return chan << bf->offset;
|
return chan << bf->offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int fbtft_fb_setcolreg(unsigned int regno, unsigned int red, unsigned int green,
|
static int fbtft_fb_setcolreg(unsigned int regno, unsigned int red,
|
||||||
unsigned int blue, unsigned int transp,
|
unsigned int green, unsigned int blue,
|
||||||
struct fb_info *info)
|
unsigned int transp, struct fb_info *info)
|
||||||
{
|
{
|
||||||
unsigned int val;
|
unsigned int val;
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user