diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-10-31 11:29:29 (GMT) |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 04:40:31 (GMT) |
commit | 7afcbbef6471130a1eb586fea0f5c06609b8341f (patch) | |
tree | 8ec74e3fa80fd8d79138299b7b6dfb98251307ab /net/batman-adv/sysfs.c | |
parent | 62fe710f6e2fdf4c337763bc0774cb3232fa2139 (diff) | |
download | linux-7afcbbef6471130a1eb586fea0f5c06609b8341f.tar.xz |
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>
Diffstat (limited to 'net/batman-adv/sysfs.c')
-rw-r--r-- | net/batman-adv/sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/sysfs.c b/net/batman-adv/sysfs.c index 7658e6e..f38d7b7 100644 --- a/net/batman-adv/sysfs.c +++ b/net/batman-adv/sysfs.c @@ -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. |