public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix wrong multiline comment ending
@ 2012-07-18  7:07 Sven Eckelmann
  2012-07-21 11:17 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2012-07-18  7:07 UTC (permalink / raw)
  To: b.a.t.m.a.n

This regression was introduced in 724d05c8215e4e8186097121595ef20b6ba601b7

Signed-off-by: Sven Eckelmann <sven@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix wrong multiline comment ending
  2012-07-18  7:07 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix wrong multiline comment ending Sven Eckelmann
@ 2012-07-21 11:17 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-07-21 11:17 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Wednesday, July 18, 2012 09:07:07 Sven Eckelmann wrote:
> This regression was introduced in 724d05c8215e4e8186097121595ef20b6ba601b7
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  translation-table.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied in revision 8b9262f.

Thanks,
Marek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-21 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18  7:07 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix wrong multiline comment ending Sven Eckelmann
2012-07-21 11:17 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox