From: Wolfram Sang Date: Fri, 5 Mar 2010 21:43:51 +0000 (-0800) Subject: checkpatch: fix false positive on __initconst X-Git-Tag: v2.6.34-rc1~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52131292c069b74f4b5f3c786ff66ff6e82b0e69;p=pandora-kernel.git checkpatch: fix false positive on __initconst checkpatch falsely complained about '__initconst' because it thought the 'const' needed a space before. Fix this by changing the list of attributes: - add '__initconst' - force plain 'init' to contain a word-boundary at the end Signed-off-by: Wolfram Sang Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed