Staging: fbtft: removed trailing whitespace
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Wed, 25 Feb 2015 23:04:47 +0000 (01:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:11:27 +0000 (13:11 -0800)
The following patch fixes the checkpatch.pl warning:
Removed all trailing whitespace in fb_s6d1121.c

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_s6d1121.c

index 1ef8c1ad827e249260a99a841129dd381666fffa..7bbb21b28effafab928e689874fb4986d3574ff9 100644 (file)
@@ -143,7 +143,7 @@ static int set_var(struct fbtft_par *par)
 static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 {
        unsigned long mask[] = {
-               0b111111, 0b111111, 0b111111, 0b111111, 0b111111, 0b111111, 
+               0b111111, 0b111111, 0b111111, 0b111111, 0b111111, 0b111111,
                0b111111, 0b111111, 0b111111, 0b111111, 0b111111, 0b111111,
                0b11111, 0b11111,
                0b111111, 0b111111, 0b111111, 0b111111, 0b111111, 0b111111,
This page took 0.024601 seconds and 5 git commands to generate.