diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-12-17 19:00:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:15 -0500 |
commit | 8690c70ea846a50e18241428cfbc3eade4104fb9 (patch) | |
tree | f92c7df8b851834da3c6a858991adadcd16d13f4 /drivers/video | |
parent | ae872dbba92efbbaa7486fe84326427a66ed8335 (diff) |
backlight: platform_lcd: fix checkpatch error
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/platform_lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backlight/platform_lcd.c index 894bfc5ce42..17a6b83f97a 100644 --- a/drivers/video/backlight/platform_lcd.c +++ b/drivers/video/backlight/platform_lcd.c | |||
@@ -27,7 +27,7 @@ struct platform_lcd { | |||
27 | struct plat_lcd_data *pdata; | 27 | struct plat_lcd_data *pdata; |
28 | 28 | ||
29 | unsigned int power; | 29 | unsigned int power; |
30 | unsigned int suspended : 1; | 30 | unsigned int suspended:1; |
31 | }; | 31 | }; |
32 | 32 | ||
33 | static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) | 33 | static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) |