batman-adv: Fix kerneldoc of main functions
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:

committed by
Antonio Quartulli

parent
62fe710f6e
commit
7afcbbef64
@@ -48,7 +48,9 @@ static struct lock_class_key batadv_orig_hash_lock_class_key;
|
||||
static void batadv_purge_orig(struct work_struct *work);
|
||||
|
||||
/**
|
||||
* batadv_compare_orig
|
||||
* batadv_compare_orig - comparing function used in the originator hash table
|
||||
* @node: node in the local table
|
||||
* @data2: second object to compare the node to
|
||||
*
|
||||
* Return: 1 if they are the same originator
|
||||
*/
|
||||
|
Reference in New Issue
Block a user