The following commit has been merged in the master branch: commit de2a45e29e4c048f800d8b8e12d4549c81acd7c9 Author: Antonio Quartulli ordex@autistici.org Date: Thu Jun 21 23:15:45 2012 +0200
batman-adv: prepend BATADV_ in front of the TT_OGM_APPEND_MAX in comments
Signed-off-by: Antonio Quartulli ordex@autistici.org
diff --git a/translation-table.c b/translation-table.c index b6931d0..ab7618a 100644 --- a/translation-table.c +++ b/translation-table.c @@ -2292,7 +2292,8 @@ void batadv_tt_update_orig(struct batadv_priv *bat_priv, if ((!orig_node->tt_initialised && ttvn == 1) || ttvn - orig_ttvn == 1) { /* the OGM could not contain the changes due to their size or - * because they have already been sent TT_OGM_APPEND_MAX times. + * because they have already been sent BATADV_TT_OGM_APPEND_MAX + * times. * In this case send a tt request */ if (!tt_num_changes) {