Messages in this thread |  | | | Date | Mon, 11 Jul 2011 22:15:20 -0700 (PDT) | | Subject | Re: [PATCH 7/7] drivers/net: static should be at beginning of declaration | | From | David Miller <> |
| |
From: Jesper Juhl <jj@chaosbits.net> Date: Sat, 9 Jul 2011 23:24:43 +0200 (CEST) > Make sure that the 'static' keywork is at the beginning of declaration > for drivers/net/usb/kalmia.c > > This gets rid of warnings like > warning: ‘static’ is not at beginning of declaration > when building with -Wold-style-declaration (and/or -Wextra which also > enables it). > > Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Applied to net-next-2.6, thanks!
|  |