From: Jingoo Han Date: Thu, 23 Jan 2014 23:54:31 +0000 (-0800) Subject: backlight: kb3886_bl: fix incorrect placement of __initdata marker X-Git-Tag: MMI-PSA29.97-13-9~12891^2~102 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=81f5cdc1b2a48d466bc53f38e843a7981a4e5e0c;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c index 7592cc25c963..84a110a719cb 100644 --- a/drivers/video/backlight/kb3886_bl.c +++ b/drivers/video/backlight/kb3886_bl.c @@ -78,7 +78,7 @@ static struct kb3886bl_machinfo *bl_machinfo; static unsigned long kb3886bl_flags; #define KB3886BL_SUSPENDED 0x01 -static struct dmi_system_id __initdata kb3886bl_device_table[] = { +static struct dmi_system_id kb3886bl_device_table[] __initdata = { { .ident = "Sahara Touch-iT", .matches = {