From: Rakib Mullick Date: Tue, 6 Jan 2009 22:40:38 +0000 (-0800) Subject: init: properly placing noinline keyword X-Git-Tag: v2.6.29-rc1~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99ebf0a86de13f77bc4ee349de96db9f2f67f2e;p=pandora-kernel.git init: properly placing noinline keyword checkpatch warns about 'static void noinline'. It wants `static noinline void'. Both are permissible, but the kernel consistently uses `static inline' and `static noinline', and consistency is good. Hence let's keep the checkpatch warning and fix up this code site. [akpm@linux-foundation.org: rewrote changelog] Signed-off-by: Md.Rakib H. Mullick Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed