summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/distributed-arp-table.c
diff options
context:
space:
mode:
authorAntonio Quartulli <antonio@meshcoding.com>2014-09-01 14:37:27 +0200
committerAntonio Quartulli <antonio@meshcoding.com>2015-01-07 17:21:55 +0100
commitaa143d2837325d66150e1566b22b61f0c7a843c9 (patch)
treee9837b0373b14308c4b850aaf24b0280d0295492 /net/batman-adv/distributed-arp-table.c
parent9687a31c84d7eca038a5335d8d804c11bd5d8653 (diff)
downloadlinux-0-day-aa143d2837325d66150e1566b22b61f0c7a843c9.tar.gz
linux-0-day-aa143d2837325d66150e1566b22b61f0c7a843c9.tar.xz
batman-adv: checkpatch - Please use a blank line after declarations
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/distributed-arp-table.c')
-rw-r--r--net/batman-adv/distributed-arp-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c
index b5981113c9a77..aad022dd15df5 100644
--- a/net/batman-adv/distributed-arp-table.c
+++ b/net/batman-adv/distributed-arp-table.c
@@ -1100,6 +1100,7 @@ void batadv_dat_snoop_outgoing_arp_reply(struct batadv_priv *bat_priv,
batadv_dat_send_data(bat_priv, skb, ip_src, BATADV_P_DAT_DHT_PUT);
batadv_dat_send_data(bat_priv, skb, ip_dst, BATADV_P_DAT_DHT_PUT);
}
+
/**
* batadv_dat_snoop_incoming_arp_reply - snoop the ARP reply and fill the local
* DAT storage only