diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 21:38:51 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 05:40:29 +0100 |
commit | e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5 (patch) | |
tree | 8d85185cc7407d69b10de6b2393e1d5090f7db2d /net/batman-adv/translation-table.c | |
parent | batman-adv: Remove kerneldoc for missing parameters (diff) | |
download | linux-e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5.tar.xz linux-e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5.zip |
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/translation-table.c')
-rw-r--r-- | net/batman-adv/translation-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index 3ccede59c842..7d8fc90c9e38 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c @@ -3366,8 +3366,8 @@ out: * batadv_tt_update_orig - update global translation table with new tt * information received via ogms * @bat_priv: the bat priv with all the soft interface information - * @orig: the orig_node of the ogm - * @tt_vlan: pointer to the first tvlv VLAN entry + * @orig_node: the orig_node of the ogm + * @tt_buff: pointer to the first tvlv VLAN entry * @tt_num_vlan: number of tvlv VLAN entries * @tt_change: pointer to the first entry in the TT buffer * @tt_num_changes: number of tt changes inside the tt buffer |