Loading net/vmw_vsock/af_vsock.c +1 −1 Original line number Diff line number Diff line Loading @@ -1860,7 +1860,7 @@ static int vsock_create(struct net *net, struct socket *sock, if (!sock) return -EINVAL; if (protocol) if (protocol && protocol != PF_VSOCK) return -EPROTONOSUPPORT; switch (sock->type) { Loading Loading
net/vmw_vsock/af_vsock.c +1 −1 Original line number Diff line number Diff line Loading @@ -1860,7 +1860,7 @@ static int vsock_create(struct net *net, struct socket *sock, if (!sock) return -EINVAL; if (protocol) if (protocol && protocol != PF_VSOCK) return -EPROTONOSUPPORT; switch (sock->type) { Loading