[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 <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e7c368b767
commit
3c6bee1d40
@@ -39,7 +39,7 @@
|
||||
|
||||
#define PDC202_DEBUG_CABLE 0
|
||||
|
||||
const static char *pdc_quirk_drives[] = {
|
||||
static const char *pdc_quirk_drives[] = {
|
||||
"QUANTUM FIREBALLlct08 08",
|
||||
"QUANTUM FIREBALLP KA6.4",
|
||||
"QUANTUM FIREBALLP KA9.1",
|
||||
|
Reference in New Issue
Block a user