Commit ff3c1b1a authored by Vaibhav Murkute's avatar Vaibhav Murkute Committed by David S. Miller

drivers: vhost: vsock: fixed a brace coding style issue

Fixed a coding style issue.
Signed-off-by: default avatarVaibhav Murkute <vaibhavmurkute88@gmail.com>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent feaf751d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment