]> git.baikalelectronics.ru Git - 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)
commit6e87fe4b52d99fcb9c6813f724f94e4992dfc3bf
tree556252064eae022fe35f2f33b70f31d2eb88f6cc
parentb6d91ac512475fef7375f635dbef6d0930de2855
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