b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: else should follow close brace '}'
@ 2011-02-14  9:10 Sven Eckelmann
  2011-02-14 12:57 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2011-02-14  9:10 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 batman-adv/gateway_client.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/batman-adv/gateway_client.c b/batman-adv/gateway_client.c
index 3486854..41eba8a 100644
--- a/batman-adv/gateway_client.c
+++ b/batman-adv/gateway_client.c
@@ -123,8 +123,7 @@ void gw_election(struct bat_priv *bat_priv)
 				"Removing selected gateway - "
 				"no gateway in range\n");
 			gw_deselect(bat_priv);
-		}
-		else
+		} else
 			rcu_read_unlock();
 
 		return;
-- 
1.7.2.3


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

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: else should follow close brace '}'
  2011-02-14  9:10 [B.A.T.M.A.N.] [PATCH] batman-adv: else should follow close brace '}' Sven Eckelmann
@ 2011-02-14 12:57 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2011-02-14 12:57 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Monday 14 February 2011 10:10:23 Sven Eckelmann wrote:
>                         gw_deselect(bat_priv);
> -               }
> -               else
> +               } else
>                         rcu_read_unlock();

Applied in revision 1944.

Thanks,
Marek

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

end of thread, other threads:[~2011-02-14 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14  9:10 [B.A.T.M.A.N.] [PATCH] batman-adv: else should follow close brace '}' Sven Eckelmann
2011-02-14 12:57 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).