batman-adv: Fix kerneldoc for batadv_compare_claim

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
This commit is contained in:
Sven Eckelmann 2016-02-22 18:55:32 +01:00 committed by Antonio Quartulli
parent d3abce780d
commit 98a5b1d88c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static int batadv_compare_backbone_gw(const struct hlist_node *node,
}
/**
* batadv_compare_backbone_gw - compare address and vid of two claims
* batadv_compare_claim - compare address and vid of two claims
* @node: list node of the first entry to compare
* @data2: pointer to the second claims
*