]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/batman-adv/sysfs.c
batman-adv: Fix kerneldoc of main functions
[mirror_ubuntu-zesty-kernel.git] / net / batman-adv / sysfs.c
index 7658e6ea0596da996d09c9a0be164cc848ca982e..f38d7b75b0a5c65e375c1e551cd8035b72deb880 100644 (file)
@@ -82,6 +82,7 @@ static struct batadv_priv *batadv_vlan_kobj_to_batpriv(struct kobject *obj)
 
 /**
  * batadv_kobj_to_vlan - convert a kobj in the associated softif_vlan struct
+ * @bat_priv: the bat priv with all the soft interface information
  * @obj: kobject to covert
  *
  * Return: the associated softif_vlan struct if found, NULL otherwise.