Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 3b0654e3a586d359b3b58e621eaae10f2a52e162 Author: Antonio Quartulli ordex@autistici.org Date: Fri May 24 17:25:29 2013 +0200
batman-adv: fix typo in kernel doc
Now TT uses CRC32 instead of CRC16
Introduced by c5e7a06a29612056006e4dc01910c0b44e858583 ("batman-adv: use CRC32C instead of CRC16 in TT code")
Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
3b0654e3a586d359b3b58e621eaae10f2a52e162 translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translation-table.c b/translation-table.c index b9c4827..8d9f5cc 100644 --- a/translation-table.c +++ b/translation-table.c @@ -2403,7 +2403,7 @@ out: * @tt_buff: buffer holding the tt information * @tt_num_changes: number of tt changes inside the tt buffer * @ttvn: translation table version number of this changeset - * @tt_crc: crc16 checksum of orig node's translation table + * @tt_crc: crc32 checksum of orig node's translation table */ static void batadv_tt_update_orig(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node,