net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
18062ca947
commit
b138338056
@@ -4318,7 +4318,7 @@ static void tcp_ofo_queue(struct sock *sk)
|
||||
}
|
||||
|
||||
if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) {
|
||||
SOCK_DEBUG(sk, "ofo packet was already received \n");
|
||||
SOCK_DEBUG(sk, "ofo packet was already received\n");
|
||||
__skb_unlink(skb, &tp->out_of_order_queue);
|
||||
__kfree_skb(skb);
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user