From: Ian Morris Date: Sun, 24 Aug 2014 20:53:12 +0000 (+0100) Subject: ipv6: White-space cleansing : gaps between function and symbol export X-Git-Tag: fixes-against-v3.18-rc2~81^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c83acbc565d53296f1731034c5041a0fbabcaeb;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed