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/distributed-arp-table.c | |
parent | 4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff) | |
download | blackbird-obmc-linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.gz blackbird-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/distributed-arp-table.c')
-rw-r--r-- | net/batman-adv/distributed-arp-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c index 33f273e5354b..f0548b4f66f4 100644 --- a/net/batman-adv/distributed-arp-table.c +++ b/net/batman-adv/distributed-arp-table.c @@ -717,7 +717,7 @@ void batadv_dat_status_update(struct net_device *net_dev) } /** - * batadv_gw_tvlv_ogm_handler_v1 - process incoming dat tvlv container + * batadv_dat_tvlv_ogm_handler_v1 - process incoming dat tvlv container * @bat_priv: the bat priv with all the soft interface information * @orig: the orig_node of the ogm * @flags: flags indicating the tvlv state (see batadv_tvlv_handler_flags) |