Introduced with ("batman-adv: Distributed ARP Table - create DHT helper functions")
Signed-off-by: Antonio Quartulli ordex@autistici.org --- distributed-arp-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distributed-arp-table.h b/distributed-arp-table.h index 22dd983..63a13a5 100644 --- a/distributed-arp-table.h +++ b/distributed-arp-table.h @@ -60,7 +60,7 @@ batadv_dat_init_orig_node_addr(struct batadv_orig_node *orig_node) */ static inline void batadv_dat_init_own_addr(struct batadv_priv *bat_priv, - struct batadv_hard_iface *primary_if) + struct batadv_hard_iface *primary_if) { uint32_t addr;