commit | bc8d7da3f19191f86dcc8274cf1a3f2d6aeb0aaa | [log] [tgz] |
---|---|---|
author | Balaji G <balajig81@gmail.com> | Sun Mar 27 17:15:19 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 28 22:26:34 2011 -0700 |
tree | 556252064eae022fe35f2f33b70f31d2eb88f6cc | |
parent | c211c9698920d2b114bd8fbf913c8bdab3918461 [diff] |
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>