Skip to content

Commit ff3c1b1

Browse files
vaibhavmurkutedavem330
authored andcommitted
drivers: vhost: vsock: fixed a brace coding style issue
Fixed a coding style issue. Signed-off-by: Vaibhav Murkute <vaibhavmurkute88@gmail.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent feaf751 commit ff3c1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/vhost/vsock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid)
6161
if (other_cid == 0)
6262
continue;
6363

64-
if (other_cid == guest_cid) {
64+
if (other_cid == guest_cid)
6565
return vsock;
66-
}
66+
6767
}
6868

6969
return NULL;

0 commit comments

Comments
 (0)