aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slhc.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-03 11:51:20 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-05 14:33:40 -0700
commit6403eab143205a45a5493166ff8bf7e3646f4a77 (patch)
tree7c35249aa9edf24ae0440eaae648bbf1bc831f55 /drivers/net/slhc.c
parentnet: Remove unnecessary semicolons (diff)
downloadlinux-dev-6403eab143205a45a5493166ff8bf7e3646f4a77.tar.xz
linux-dev-6403eab143205a45a5493166ff8bf7e3646f4a77.zip
drivers/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 'drivers/net/slhc.c')
-rw-r--r--drivers/net/slhc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/slhc.c b/drivers/net/slhc.c
index ab9e3b785b5b..0a0a6643cf3a 100644
--- a/drivers/net/slhc.c
+++ b/drivers/net/slhc.c
@@ -297,7 +297,7 @@ slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
lcs = cs;
cs = cs->next;
comp->sls_o_searches++;
- };
+ }
/*
* Didn't find it -- re-use oldest cstate. Send an
* uncompressed packet that tells the other side what