drivers/net: static should be at beginning of declaration
authorJesper Juhl <jj@chaosbits.net>
Tue, 12 Jul 2011 05:15:02 +0000 (22:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2011 05:15:02 +0000 (22:15 -0700)
commitbd0d7aa6b20a9e78def76a0ba8c414daf253c295
treeb473b61d313058f71c9f3c1189de698f5baf266c
parent6d1a3e042f55861a785527a35a6f1ab4217ee810
drivers/net: static should be at beginning of declaration

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/kalmia.c