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: v3.14-rc1~108^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f5cdc1b2a48d466bc53f38e843a7981a4e5e0c;p=pandora-kernel.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 --- Reading git-diff-tree failed