summaryrefslogtreecommitdiff
path: root/net/batman-adv/hard-interface.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-03 11:51:19 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-05 14:33:39 -0700
commitf81c62242045fb7be0a124d8c2540af96d842fad (patch)
tree7d5f4ed1e991f3b493f9d8cafa97bd10ff73675e /net/batman-adv/hard-interface.c
parent827d978037d7d0bf0860481948c6d26ead10042f (diff)
net: 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>
Diffstat (limited to 'net/batman-adv/hard-interface.c')
-rw-r--r--net/batman-adv/hard-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c
index a3fbfb5c92f..57190870d8b 100644
--- a/net/batman-adv/hard-interface.c
+++ b/net/batman-adv/hard-interface.c
@@ -568,7 +568,7 @@ static int hard_if_event(struct notifier_block *this,
break;
default:
break;
- };
+ }
hardif_put:
hardif_free_ref(hard_iface);