]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Fri, 3 Jun 2011 11:51:19 +0000 (11:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jun 2011 21:33:39 +0000 (14:33 -0700)
commit02a555e9e9d613996180e0a96c860b283c0e9257
tree7d5f4ed1e991f3b493f9d8cafa97bd10ff73675e
parent93e2ae98e79b4f0d76b34a657a7d926746397bed
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>
net/batman-adv/hard-interface.c
net/bluetooth/hci_core.c
net/sunrpc/auth.c