]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: White-space cleansing : gaps between function and symbol export
authorIan Morris <ipm@chirality.org.uk>
Sun, 24 Aug 2014 20:53:12 +0000 (21:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2014 05:37:52 +0000 (22:37 -0700)
commit826a416a4a3a6e9b2735d29f883b95739208206e
tree4fcfc541e448ab4edd130b08ac7de044d88469f2
parent8e211a57ab9e144bba6b98a12f25b1ae892ae0c3
ipv6: White-space cleansing : gaps between function and symbol export

This patch makes no changes to the logic of the code but simply addresses
coding style issues as detected by checkpatch.

Both objdump and diff -w show no differences.

This patch removes some blank lines between the end of a function
definition and the EXPORT_SYMBOL_GPL macro in order to prevent
checkpatch warning that EXPORT_SYMBOL must immediately follow
a function.

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/inet6_connection_sock.c
net/ipv6/inet6_hashtables.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ip6_output.c
net/ipv6/ipv6_sockglue.c
net/ipv6/ndisc.c
net/ipv6/route.c
net/ipv6/tunnel6.c
net/ipv6/xfrm6_input.c
net/ipv6/xfrm6_output.c
net/ipv6/xfrm6_tunnel.c