diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:01:54 -0400 |
commit | b138338056fc423c61a583d45f8aa64cfad87131 (patch) | |
tree | 89079c1f80c62a7fce240942605e869944c81a1e /net/ipv4 | |
parent | 18062ca94714a66e75da8a22e010d0e8e61ab4cd (diff) |
net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/ipconfig.c | 2 | ||||
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index 678909281648..bf12d2a7a0c7 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c | |||
@@ -975,7 +975,7 @@ static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, str | |||
975 | /* Is it a reply for the device we are configuring? */ | 975 | /* Is it a reply for the device we are configuring? */ |
976 | if (b->xid != ic_dev_xid) { | 976 | if (b->xid != ic_dev_xid) { |
977 | if (net_ratelimit()) | 977 | if (net_ratelimit()) |
978 | printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet \n"); | 978 | printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet\n"); |
979 | goto drop_unlock; | 979 | goto drop_unlock; |
980 | } | 980 | } |
981 | 981 | ||
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index c096a4218b8f..7b31476a4063 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -4318,7 +4318,7 @@ static void tcp_ofo_queue(struct sock *sk) | |||
4318 | } | 4318 | } |
4319 | 4319 | ||
4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { | 4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { |
4321 | SOCK_DEBUG(sk, "ofo packet was already received \n"); | 4321 | SOCK_DEBUG(sk, "ofo packet was already received\n"); |
4322 | __skb_unlink(skb, &tp->out_of_order_queue); | 4322 | __skb_unlink(skb, &tp->out_of_order_queue); |
4323 | __kfree_skb(skb); | 4323 | __kfree_skb(skb); |
4324 | continue; | 4324 | continue; |