aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_s6d1121.c
diff options
context:
space:
mode:
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>2015-02-26 01:04:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 13:11:27 -0800
commite469616ba6d48d1ee157062a0b5c2580d8edf9c0 (patch)
treea8fff2e0351bd1697a8f0f905d4b1728af53a6fe /drivers/staging/fbtft/fb_s6d1121.c
parentStaging: fbtft: Convert comment from C99 style to C89 style (diff)
downloadlinux-dev-e469616ba6d48d1ee157062a0b5c2580d8edf9c0.tar.xz
linux-dev-e469616ba6d48d1ee157062a0b5c2580d8edf9c0.zip
Staging: fbtft: removed trailing whitespace
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>
Diffstat (limited to 'drivers/staging/fbtft/fb_s6d1121.c')
-rw-r--r--drivers/staging/fbtft/fb_s6d1121.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fb_s6d1121.c b/drivers/staging/fbtft/fb_s6d1121.c
index 1ef8c1ad827e..7bbb21b28eff 100644
--- a/drivers/staging/fbtft/fb_s6d1121.c
+++ b/drivers/staging/fbtft/fb_s6d1121.c
@@ -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,