The following commit has been merged in the master branch: commit ce49b062b7937787059943006013ee42e469e57b Author: Sven Eckelmann sven@narfation.org Date: Mon Feb 14 12:56:39 2011 +0000
batman-adv: else should follow close brace '}'
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/gateway_client.c b/gateway_client.c index 3486854..41eba8a 100644 --- a/gateway_client.c +++ b/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;