* [B.A.T.M.A.N.] [PATCH next] batman-adv: remove blank line before bracket
@ 2013-10-23 6:22 Antonio Quartulli
2013-10-23 6:38 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2013-10-23 6:22 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Antonio Quartulli
Fix a style error introduced by bb69cb678d37144842cb66ee5afd0031c3e412a2
("batman-adv: generalize batman-adv icmp packet handling")
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
Since Simon is rather busy these days I try to help him by sending this patch :)
Cheers,
routing.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/routing.c b/routing.c
index c04b7e6..d4114d7 100644
--- a/routing.c
+++ b/routing.c
@@ -318,7 +318,6 @@ static int batadv_recv_my_icmp_packet(struct batadv_priv *bat_priv,
default:
/* drop unknown type */
goto out;
-
}
out:
if (primary_if)
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-23 6:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 6:22 [B.A.T.M.A.N.] [PATCH next] batman-adv: remove blank line before bracket Antonio Quartulli
2013-10-23 6:38 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox