summaryrefslogtreecommitdiff
path: root/net/batman-adv/soft-interface.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2015-09-06 19:38:51 (GMT)
committerAntonio Quartulli <a@unstable.cc>2016-02-02 04:40:29 (GMT)
commite51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5 (patch)
tree8d85185cc7407d69b10de6b2393e1d5090f7db2d /net/batman-adv/soft-interface.c
parent42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (diff)
downloadlinux-e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5.tar.xz
batman-adv: Fix names in kerneldoc of 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/soft-interface.c')
-rw-r--r--net/batman-adv/soft-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index ac4d08d..c923e3c 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -480,7 +480,7 @@ out:
/**
* batadv_softif_vlan_free_ref - decrease the vlan object refcounter and
* possibly free it
- * @softif_vlan: the vlan object to release
+ * @vlan: the vlan object to release
*/
void batadv_softif_vlan_free_ref(struct batadv_softif_vlan *vlan)
{