aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/distributed-arp-table.h
diff options
context:
space:
mode:
authorMartin Hundebøll <martin@hundeboll.net>2014-07-15 09:41:07 +0200
committerAntonio Quartulli <antonio@meshcoding.com>2015-01-07 17:21:54 +0100
commitba97abb86302d7380bc6738aa9313a1c460c4f3c (patch)
tree86cb2e324418897d540d2750a8af332e6734ae2f /net/batman-adv/distributed-arp-table.h
parentbatman-adv: kernel doc fixes for bridge_loop_avoidance.c (diff)
downloadlinux-dev-ba97abb86302d7380bc6738aa9313a1c460c4f3c.tar.xz
linux-dev-ba97abb86302d7380bc6738aa9313a1c460c4f3c.zip
batman-adv: kernel doc fix for distributed-arp-table.h
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Acked-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to '')
-rw-r--r--net/batman-adv/distributed-arp-table.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/batman-adv/distributed-arp-table.h b/net/batman-adv/distributed-arp-table.h
index d76e1d06c5b5..2fe0764c64be 100644
--- a/net/batman-adv/distributed-arp-table.h
+++ b/net/batman-adv/distributed-arp-table.h
@@ -25,9 +25,7 @@
#include <linux/if_arp.h>
-/**
- * BATADV_DAT_ADDR_MAX - maximum address value in the DHT space
- */
+/* BATADV_DAT_ADDR_MAX - maximum address value in the DHT space */
#define BATADV_DAT_ADDR_MAX ((batadv_dat_addr_t)~(batadv_dat_addr_t)0)
void batadv_dat_status_update(struct net_device *net_dev);