]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight: platform_lcd: fix checkpatch error
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Nov 2012 03:04:43 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Nov 2012 03:08:55 +0000 (14:08 +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)