diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 21:38:51 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 12:40:29 +0800 |
commit | e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5 (patch) | |
tree | 8d85185cc7407d69b10de6b2393e1d5090f7db2d /net/batman-adv/packet.h | |
parent | 42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (diff) | |
download | blackbird-op-linux-e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5.tar.gz blackbird-op-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/packet.h')
-rw-r--r-- | net/batman-adv/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h index 6d5b17841ff5..72fd5b0a4183 100644 --- a/net/batman-adv/packet.h +++ b/net/batman-adv/packet.h @@ -494,7 +494,7 @@ struct batadv_tvlv_gateway_data { * struct batadv_tvlv_tt_data - tt data propagated through the tt tvlv container * @flags: translation table flags (see batadv_tt_data_flags) * @ttvn: translation table version number - * @vlan_num: number of announced VLANs. In the TVLV this struct is followed by + * @num_vlan: number of announced VLANs. In the TVLV this struct is followed by * one batadv_tvlv_tt_vlan_data object per announced vlan */ struct batadv_tvlv_tt_data { |