From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Antonio Quartulli Date: Tue, 5 Nov 2013 10:02:31 +0100 Message-Id: <1383642151-2222-1-git-send-email-antonio@meshcoding.com> Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: fix multi-line comment Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli Introduced by 99a6eb50ef5066e125cedb97bc0fcfcdff4f08cc ("batman-adv: deselect current GW on client mode switch off") Reported-by: Marek Lindner Signed-off-by: Antonio Quartulli --- gateway_client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateway_client.c b/gateway_client.c index dca73bb..2d23c82 100644 --- a/gateway_client.c +++ b/gateway_client.c @@ -224,7 +224,8 @@ void batadv_gw_check_client_stop(struct batadv_priv *bat_priv) return; /* deselect the current gateway so that next time that client mode is - * enabled a proper GW_ADD event can be sent */ + * enabled a proper GW_ADD event can be sent + */ batadv_gw_select(bat_priv, NULL); /* if batman-adv is switching the gw client mode off and a gateway was -- 1.8.4.2