diff options
author | Antonio Quartulli <a@unstable.cc> | 2016-03-11 18:36:19 +0300 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-05-03 21:22:03 +0300 |
commit | 6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf (patch) | |
tree | 88edc2962af03b6c50d133f0843d523efd47dd11 /net/batman-adv/bridge_loop_avoidance.c | |
parent | 4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff) | |
download | linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.xz |
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/bridge_loop_avoidance.c')
-rw-r--r-- | net/batman-adv/bridge_loop_avoidance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index cad8cb3a88f2..20b2fd9b3d72 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -1575,7 +1575,7 @@ int batadv_bla_is_backbone_gw(struct sk_buff *skb, } /** - * batadv_bla_init - free all bla structures + * batadv_bla_free - free all bla structures * @bat_priv: the bat priv with all the soft interface information * * for softinterface free or module unload |