diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-24 06:16:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:24 -0500 |
commit | 53b3531bbbf70ac7551b32d1acc229d94de52658 (patch) | |
tree | 644440c93f599bbf64bb0b703c97b03b4dc5d737 /net/ipv4 | |
parent | 29afd49b72a9b2c26fa8c678bcf3976d0540446b (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')
-rw-r--r-- | net/ipv4/inet_hashtables.c | 2 | ||||
-rw-r--r-- | net/ipv4/netfilter/ip_nat_standalone.c | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/net/ipv4/netfilter/ip_nat_standalone.c b/net/ipv4/netfilter/ip_nat_standalone.c index ab1f88fa21ec..380aef3d7865 100644 --- a/net/ipv4/netfilter/ip_nat_standalone.c +++ b/net/ipv4/netfilter/ip_nat_standalone.c | |||
@@ -394,7 +394,7 @@ static int init_or_cleanup(int init) | |||
394 | ret = nf_register_hook(&ip_nat_local_out_ops); | 394 | ret = nf_register_hook(&ip_nat_local_out_ops); |
395 | if (ret < 0) { | 395 | if (ret < 0) { |
396 | printk("ip_nat_init: can't register local out hook.\n"); | 396 | printk("ip_nat_init: can't register local out hook.\n"); |
397 | goto cleanup_adjustout_ops;; | 397 | goto cleanup_adjustout_ops; |
398 | } | 398 | } |
399 | ret = nf_register_hook(&ip_nat_local_in_ops); | 399 | ret = nf_register_hook(&ip_nat_local_in_ops); |
400 | if (ret < 0) { | 400 | if (ret < 0) { |