summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost/vsock.c')
-rw-r--r--drivers/vhost/vsock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c
index 0d14e2ff19f1..0898dbdbf955 100644
--- a/drivers/vhost/vsock.c
+++ b/drivers/vhost/vsock.c
@@ -61,9 +61,9 @@ static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid)
61 if (other_cid == 0) 61 if (other_cid == 0)
62 continue; 62 continue;
63 63
64 if (other_cid == guest_cid) { 64 if (other_cid == guest_cid)
65 return vsock; 65 return vsock;
66 } 66
67 } 67 }
68 68
69 return NULL; 69 return NULL;