diff options
Diffstat (limited to 'drivers/net/slhc.c')
-rw-r--r-- | drivers/net/slhc.c | 2 |
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, | |||
297 | lcs = cs; | 297 | lcs = cs; |
298 | cs = cs->next; | 298 | cs = cs->next; |
299 | comp->sls_o_searches++; | 299 | comp->sls_o_searches++; |
300 | }; | 300 | } |
301 | /* | 301 | /* |
302 | * Didn't find it -- re-use oldest cstate. Send an | 302 | * Didn't find it -- re-use oldest cstate. Send an |
303 | * uncompressed packet that tells the other side what | 303 | * uncompressed packet that tells the other side what |