]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight: platform_lcd: fix checkpatch error
authorJingoo Han <jg1.han@samsung.com>
Thu, 25 Oct 2012 01:15:00 +0000 (12:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 1 Nov 2012 04:24:11 +0000 (15:24 +1100)
This patch fixes the checkpatch error as below:

ERROR: spaces prohibited around that ':' (ctx:WxW)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/platform_lcd.c

index ca4f5d70fe10aa1fbb45dc488d0cd406bb151f43..74cfca463e9ccf60b5ed7d97d9ee2bf555cb3566 100644 (file)
@@ -27,7 +27,7 @@ struct platform_lcd {
        struct plat_lcd_data    *pdata;
 
        unsigned int             power;
-       unsigned int             suspended : 1;
+       unsigned int             suspended:1;
 };
 
 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)