]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight: platform_lcd: fix checkpatch error
authorJingoo Han <jg1.han@samsung.com>
Thu, 29 Nov 2012 03:18:23 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:28 +0000 (16:23 +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 894bfc5ce4221224b32c21b27fe8159680a9a8a5..17a6b83f97afdab22abeb065a9c5876d92d3f5b9 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)