aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/hash.h')
-rw-r--r--net/batman-adv/hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/batman-adv/hash.h b/net/batman-adv/hash.h
index 83990e318e43..977de9c75fc2 100644
--- a/net/batman-adv/hash.h
+++ b/net/batman-adv/hash.h
@@ -81,7 +81,8 @@ static inline void batadv_hash_delete(struct batadv_hashtable *hash,
81 batadv_hash_destroy(hash); 81 batadv_hash_destroy(hash);
82} 82}
83 83
84/* hash_add - adds data to the hashtable 84/**
85 * batadv_hash_add - adds data to the hashtable
85 * @hash: storage hash table 86 * @hash: storage hash table
86 * @compare: callback to determine if 2 hash elements are identical 87 * @compare: callback to determine if 2 hash elements are identical
87 * @choose: callback calculating the hash index 88 * @choose: callback calculating the hash index