From: Jesper Juhl Date: Tue, 10 Jan 2006 04:54:01 +0000 (-0800) Subject: [PATCH] turn "const static" into "static const" X-Git-Tag: v2.6.16-rc1~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6bee1d4037a5c569f30d40bd852a57ba250912;p=pandora-kernel.git [PATCH] turn "const static" into "static const" ICC likes to complain about storage class not being first, GCC doesn't care much (except for cases like "inline static"). have a hard time seeing how it could break anything. Thanks to Gabriel A. Devenyi for pointing out http://linuxicc.sourceforge.net/ which is what made me create this patch. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed