Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 8b27534c01e25dcbc75efae14dd7cc263406bba1 Author: Antonio Quartulli antonio@open-mesh.com Date: Fri May 24 11:21:25 2013 +0200
batctl: fix typo in kernel doc
Introduced by 8405301b979466610a726b7d595b6bfee5306cf7 ("batman-adv: tvlv - convert tt data sent within OGMs")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com Signed-off-by: Marek Lindner lindner_marek@yahoo.de
8b27534c01e25dcbc75efae14dd7cc263406bba1 packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index 2a73ebd..21254a4 100644 --- a/packet.h +++ b/packet.h @@ -388,7 +388,7 @@ struct batadv_tvlv_gateway_data { };
/** - * struct tvlv_tt_data - tt data propagated through the tt tvlv container + * 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 * @crc: crc32 checksum of the local translation table