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 | |
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')
-rw-r--r-- | net/ipv4/inet_hashtables.c | 2 | ||||
-rw-r--r-- | net/ipv4/netfilter/ip_nat_standalone.c | 2 | ||||
-rw-r--r-- | net/tipc/link.c | 2 |
3 files changed, 3 insertions, 3 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) { |
diff --git a/net/tipc/link.c b/net/tipc/link.c index 910b37e5083d..784b24b6d102 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -1629,7 +1629,7 @@ void tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf, | |||
1629 | tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>"); | 1629 | tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>"); |
1630 | info("...Retransmitted %u times\n", | 1630 | info("...Retransmitted %u times\n", |
1631 | l_ptr->stale_count); | 1631 | l_ptr->stale_count); |
1632 | link_print(l_ptr, TIPC_CONS, "Resetting Link\n");; | 1632 | link_print(l_ptr, TIPC_CONS, "Resetting Link\n"); |
1633 | tipc_link_reset(l_ptr); | 1633 | tipc_link_reset(l_ptr); |
1634 | break; | 1634 | break; |
1635 | } | 1635 | } |