This regression was introduced in 724d05c8215e4e8186097121595ef20b6ba601b7

Signed-off-by: Sven Eckelmann <s...@narfation.org>
---
 translation-table.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/translation-table.c b/translation-table.c
index 172d50b..37ae4a9 100644
--- a/translation-table.c
+++ b/translation-table.c
@@ -688,7 +688,8 @@ batadv_tt_global_orig_entry_add(struct 
batadv_tt_global_entry *tt_global,
        orig_entry = batadv_tt_global_orig_entry_find(tt_global, orig_node);
        if (orig_entry) {
                /* refresh the ttvn: the current value could be a bogus one that
-                * was added during a "temporary client detection" */
+                * was added during a "temporary client detection"
+                */
                orig_entry->ttvn = ttvn;
                goto out;
        }
-- 
1.7.10.4

Reply via email to