diff options
author | 2014-01-23 15:54:31 -0800 | |
---|---|---|
committer | 2014-01-23 16:36:57 -0800 | |
commit | 81f5cdc1b2a48d466bc53f38e843a7981a4e5e0c (patch) | |
tree | 5e8e2c6c61583d0ed8bf15477f777af60ea4c92b /lib/test_module.c | |
parent | backlight: tosa: use devm_lcd_device_register() (diff) | |
download | wireguard-linux-81f5cdc1b2a48d466bc53f38e843a7981a4e5e0c.tar.xz wireguard-linux-81f5cdc1b2a48d466bc53f38e843a7981a4e5e0c.zip |
backlight: kb3886_bl: fix incorrect placement of __initdata marker
The __initdata marker can be virtually anywhere on the line, EXCEPT right
after "struct". The preferred location is before the "=" sign if there is
one, or before the trailing ";" otherwise. It also fixes the following
chechpatch warning.
WARNING: __initdata should be placed after kb3886bl_device_table[]
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/test_module.c')
0 files changed, 0 insertions, 0 deletions