]> bbs.cooldavid.org Git - net-next-2.6.git/commit
genetlink: cleanup code according to CodingStyle
authorChangli Gao <xiaosuo@gmail.com>
Sun, 25 Jul 2010 20:46:01 +0000 (20:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2010 03:53:49 +0000 (20:53 -0700)
commit416c2f9cf5524cb53392cbcf99fef7aa687192ce
tree13ea7c8ddc0ea37f8017849eea859736f2e14233
parentf78f09f76540c9a986bc321a186a291f4bb40925
genetlink: cleanup code according to CodingStyle

If the function is exported, the EXPORT* macro for it should follow immediately
after the closing function brace line.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
 net/netlink/genetlink.c |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/genetlink.c