提交 ff3c1b1a 编写于 作者: V Vaibhav Murkute 提交者: David S. Miller

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

Fixed a coding style issue.
Signed-off-by: NVaibhav Murkute <vaibhavmurkute88@gmail.com>
Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册