From: Yeliz Taneroglu Date: Wed, 25 Feb 2015 23:04:47 +0000 (+0200) Subject: Staging: fbtft: removed trailing whitespace X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e469616ba6d48d1ee157062a0b5c2580d8edf9c0;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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,