Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit eddf5862a45e5ab6b908f5b03ba995faaa4ae8de Author: Antonio Quartulli antonio@open-mesh.com Date: Fri May 24 11:21:25 2013 +0200
batman-adv: 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
eddf5862a45e5ab6b908f5b03ba995faaa4ae8de packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index 2b88ad4..5b52c82 100644 --- a/packet.h +++ b/packet.h @@ -406,7 +406,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