diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-09-01 14:37:27 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 17:21:55 +0100 |
commit | aa143d2837325d66150e1566b22b61f0c7a843c9 (patch) | |
tree | e9837b0373b14308c4b850aaf24b0280d0295492 /net/batman-adv/distributed-arp-table.c | |
parent | 9687a31c84d7eca038a5335d8d804c11bd5d8653 (diff) | |
download | lwn-aa143d2837325d66150e1566b22b61f0c7a843c9.tar.gz lwn-aa143d2837325d66150e1566b22b61f0c7a843c9.zip |
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.c | 1 |
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 b5981113c9a7..aad022dd15df 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 |