diff options
author | Antonio Quartulli <a@unstable.cc> | 2016-03-11 16:36:19 +0100 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-05-04 02:22:03 +0800 |
commit | 6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf (patch) | |
tree | 88edc2962af03b6c50d133f0843d523efd47dd11 /net/batman-adv/soft-interface.c | |
parent | 4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff) | |
download | talos-obmc-linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.gz talos-obmc-linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.zip |
batman-adv: fix wrong names in kerneldoc
Signed-off-by: Antonio Quartulli <a@unstable.cc>
[sven@narfation.org: Fix additional names]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/soft-interface.c')
-rw-r--r-- | net/batman-adv/soft-interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 0710379491bf..e158235ada06 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -539,7 +539,7 @@ struct batadv_softif_vlan *batadv_softif_vlan_get(struct batadv_priv *bat_priv, } /** - * batadv_create_vlan - allocate the needed resources for a new vlan + * batadv_softif_create_vlan - allocate the needed resources for a new vlan * @bat_priv: the bat priv with all the soft interface information * @vid: the VLAN identifier * |