Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 20a46cb9b2decd8da4bcc23f98e935f88f92e61c Author: Sven Eckelmann sven@narfation.org Date: Sun Sep 6 21:38:51 2015 +0200
batctl: Fix names in kerneldoc of functions
Signed-off-by: Sven Eckelmann sven@narfation.org Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
20a46cb9b2decd8da4bcc23f98e935f88f92e61c packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index 456b54e..9c438db 100644 --- a/packet.h +++ b/packet.h @@ -495,7 +495,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 {