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>
This commit is contained in:

committed by
David S. Miller

parent
feaf751d8d
commit
ff3c1b1a81
@@ -61,9 +61,9 @@ static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid)
|
|||||||
if (other_cid == 0)
|
if (other_cid == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (other_cid == guest_cid) {
|
if (other_cid == guest_cid)
|
||||||
return vsock;
|
return vsock;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user