On 15/07/14 09:41, Martin Hundebøll wrote: > Signed-off-by: Martin Hundebøll Acked-by: Antonio Quartulli > --- > distributed-arp-table.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/distributed-arp-table.h b/distributed-arp-table.h > index d76e1d0..2fe0764 100644 > --- a/distributed-arp-table.h > +++ b/distributed-arp-table.h > @@ -25,9 +25,7 @@ > > #include > > -/** > - * 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); > -- Antonio Quartulli