diff options
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 6bd554323a34..842c7f3650b9 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
@@ -6047,7 +6047,7 @@ static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags, | |||
6047 | * will suddenly eat the receive_queue. | 6047 | * will suddenly eat the receive_queue. |
6048 | * | 6048 | * |
6049 | * Look at current nfs client by the way... | 6049 | * Look at current nfs client by the way... |
6050 | * However, this function was corrent in any case. 8) | 6050 | * However, this function was correct in any case. 8) |
6051 | */ | 6051 | */ |
6052 | if (flags & MSG_PEEK) { | 6052 | if (flags & MSG_PEEK) { |
6053 | spin_lock_bh(&sk->sk_receive_queue.lock); | 6053 | spin_lock_bh(&sk->sk_receive_queue.lock); |