Searched hist:"3 c6bee1d4037a5c569f30d40bd852a57ba250912" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/atm/ |
H A D | speedtch.c | diff 3c6bee1d4037a5c569f30d40bd852a57ba250912 Mon Jan 09 22:54:01 CST 2006 Jesper Juhl <jesper.juhl@gmail.com> [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>
|
/openbmc/linux/drivers/usb/image/ |
H A D | microtek.c | diff 3c6bee1d4037a5c569f30d40bd852a57ba250912 Mon Jan 09 22:54:01 CST 2006 Jesper Juhl <jesper.juhl@gmail.com> [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>
|