commit | bd0d7aa6b20a9e78def76a0ba8c414daf253c295 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Jul 11 22:15:02 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 11 22:15:02 2011 -0700 |
tree | b473b61d313058f71c9f3c1189de698f5baf266c | |
parent | 6d1a3e042f55861a785527a35a6f1ab4217ee810 [diff] |
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>