]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: fbtft: remove trailing white space
authorHelen Fornazier <helen.fornazier@gmail.com>
Sat, 21 Mar 2015 16:50:05 +0000 (13:50 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:35:24 +0000 (22:35 +0100)
Clean useless trailing white spaces

Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_st7735r.c

index eb3af1d712d01627256f6a192c9de1ed470744a2..c1c6e58385a6b69618867fc8380fb2fbaacd5ad1 100644 (file)
 
 static int default_init_sequence[] = {
        /* SWRESET - Software reset */
-       -1, 0x01,                                
+       -1, 0x01,
        -2, 150,                               /* delay */
 
        /* SLPOUT - Sleep out & booster on */
-       -1, 0x11,                          
+       -1, 0x11,
        -2, 500,                               /* delay */
 
        /* FRMCTR1 - frame rate control: normal mode
             frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */
-       -1, 0xB1, 0x01, 0x2C, 0x2D, 
+       -1, 0xB1, 0x01, 0x2C, 0x2D,
 
        /* FRMCTR2 - frame rate control: idle mode
             frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */
-       -1, 0xB2, 0x01, 0x2C, 0x2D, 
+       -1, 0xB2, 0x01, 0x2C, 0x2D,
 
        /* FRMCTR3 - frame rate control - partial mode
             dot inversion mode, line inversion mode */
@@ -91,7 +91,7 @@ static int default_init_sequence[] = {
        -2, 10,                               /* delay */
 
        /* end marker */
-       -3                                  
+       -3
 };
 
 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)