]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drivers net: Fix declaration ordering in inline functions.
authorBalaji G <balajig81@gmail.com>
Sun, 27 Mar 2011 17:15:19 +0000 (17:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Mar 2011 05:26:34 +0000 (22:26 -0700)
commitbc8d7da3f19191f86dcc8274cf1a3f2d6aeb0aaa
tree556252064eae022fe35f2f33b70f31d2eb88f6cc
parentc211c9698920d2b114bd8fbf913c8bdab3918461
drivers net: Fix declaration ordering in inline functions.

The correct usage should be "static inline void" instead of "static void inline"

Signed-off-by: G.Balaji <balajig81@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c