Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 03b50b510c3df2d9dc65dccafb021a5c49e66e0e Author: Antonio Quartulli antonio@meshcoding.com Date: Wed Oct 23 08:22:56 2013 +0200
batman-adv: remove blank line before bracket
Fix a style error introduced by bb69cb678d37144842cb66ee5afd0031c3e412a2 ("batman-adv: generalize batman-adv icmp packet handling")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
03b50b510c3df2d9dc65dccafb021a5c49e66e0e 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)