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)
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

Simple merge