diff options
Diffstat (limited to 'net/sctp/socket.c')
-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 fff0926b1111..a09b0dd25f50 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
@@ -6055,7 +6055,7 @@ static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags, | |||
6055 | * will suddenly eat the receive_queue. | 6055 | * will suddenly eat the receive_queue. |
6056 | * | 6056 | * |
6057 | * Look at current nfs client by the way... | 6057 | * Look at current nfs client by the way... |
6058 | * However, this function was corrent in any case. 8) | 6058 | * However, this function was correct in any case. 8) |
6059 | */ | 6059 | */ |
6060 | if (flags & MSG_PEEK) { | 6060 | if (flags & MSG_PEEK) { |
6061 | spin_lock_bh(&sk->sk_receive_queue.lock); | 6061 | spin_lock_bh(&sk->sk_receive_queue.lock); |