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>
This commit is contained in:
parent
ae872dbba9
commit
8690c70ea8
@ -27,7 +27,7 @@ struct platform_lcd {
|
|||||||
struct plat_lcd_data *pdata;
|
struct plat_lcd_data *pdata;
|
||||||
|
|
||||||
unsigned int power;
|
unsigned int power;
|
||||||
unsigned int suspended : 1;
|
unsigned int suspended:1;
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)
|
static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user