mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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:
parent
feaf751d8d
commit
ff3c1b1a81
@ -61,9 +61,9 @@ static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid)
|
||||
if (other_cid == 0)
|
||||
continue;
|
||||
|
||||
if (other_cid == guest_cid) {
|
||||
if (other_cid == guest_cid)
|
||||
return vsock;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user