The following commit has been merged in the master branch: commit 28f9e0e2b9ef07f741f62c93622ad214964f2041 Author: Joe Perches joe@perches.com Date: Fri Jun 3 11:51:19 2011 +0000
batman-adv: Remove unnecessary semicolons
Semicolons are not necessary after switch/while/for/if braces so remove them.
Signed-off-by: Joe Perches joe@perches.com Signed-off-by: David S. Miller davem@davemloft.net Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/hard-interface.c b/hard-interface.c index 288d68e..cf972c3 100644 --- a/hard-interface.c +++ b/hard-interface.c @@ -563,7 +563,7 @@ static int hard_if_event(struct notifier_block *this, break; default: break; - }; + }
hardif_put: hardif_free_ref(hard_iface);