aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
authorAntonio Quartulli <antonio@meshcoding.com>2014-09-01 14:37:28 +0200
committerAntonio Quartulli <antonio@meshcoding.com>2015-01-07 17:21:56 +0100
commit8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b (patch)
tree86e9704a7e5be05f7c0108dc82d5a6bb4de575db /net/batman-adv/routing.c
parentbatman-adv: checkpatch - Please use a blank line after declarations (diff)
downloadlinux-dev-8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b.tar.xz
linux-dev-8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b.zip
batman-adv: checkpatch - Please don't use multiple blank lines
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/routing.c')
-rw-r--r--net/batman-adv/routing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c
index 6648f321864d..139d2f65728e 100644
--- a/net/batman-adv/routing.c
+++ b/net/batman-adv/routing.c
@@ -292,7 +292,6 @@ out:
return ret;
}
-
int batadv_recv_icmp_packet(struct sk_buff *skb,
struct batadv_hard_iface *recv_if)
{