mirror of https://gitee.com/openkylin/linux.git
net: vsock: Fix a typo
Modify "occured" to "occurred" in net/vmw_vsock/af_vsock.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
21c00a186f
commit
9195f06b2d
|
@ -1855,7 +1855,7 @@ vsock_stream_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
|
|||
if (!transport || sk->sk_state != TCP_ESTABLISHED) {
|
||||
/* Recvmsg is supposed to return 0 if a peer performs an
|
||||
* orderly shutdown. Differentiate between that case and when a
|
||||
* peer has not connected or a local shutdown occured with the
|
||||
* peer has not connected or a local shutdown occurred with the
|
||||
* SOCK_DONE flag.
|
||||
*/
|
||||
if (sock_flag(sk, SOCK_DONE))
|
||||
|
|
Loading…
Reference in New Issue