aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-03-24 06:16:13 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-24 10:33:24 -0500
commit53b3531bbbf70ac7551b32d1acc229d94de52658 (patch)
tree644440c93f599bbf64bb0b703c97b03b4dc5d737 /net/ipv4/inet_hashtables.c
parent29afd49b72a9b2c26fa8c678bcf3976d0540446b (diff)
[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r--net/ipv4/inet_hashtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 33228115cda4..ef7366fc132f 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -315,7 +315,7 @@ ok:
315 spin_unlock(&head->lock); 315 spin_unlock(&head->lock);
316 316
317 if (tw) { 317 if (tw) {
318 inet_twsk_deschedule(tw, death_row);; 318 inet_twsk_deschedule(tw, death_row);
319 inet_twsk_put(tw); 319 inet_twsk_put(tw);
320 } 320 }
321 321