Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit dd54d61b7ae1634848ba8ea55f8b3306dad52048 Merge: 348a5da 553b8bf Author: Marek Lindner mareklindner@neomailbox.ch Date: Tue Nov 17 16:24:56 2015 +0800
Merge branch 'next'
dd54d61b7ae1634848ba8ea55f8b3306dad52048 net/batman-adv/translation-table.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --cc net/batman-adv/translation-table.c index d98476f,211263b..92af58b --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c @@@ -68,11 -68,7 +68,11 @@@ static void batadv_tt_global_del(struc unsigned short vid, const char *message, bool roaming);
-/* returns 1 if they are the same mac addr and vid */ +/** + * batadv_compare_tt + * - * Return: 1 if they are the same mac addr ++ * Return: 1 if they are the same mac addr and vid + */ static int batadv_compare_tt(const struct hlist_node *node, const void *data2) { const void *data1 = container_of(node, struct batadv_tt_common_entry,