提交 f8322fbe 编写于 作者: M Michael S. Tsirkin

vhost: whitespace fix

Fix up whitespace in vq_memory_access_ok.
Reported-by: NAristeu Rozanski <aris@redhat.com>
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 dd1f4078
......@@ -237,8 +237,8 @@ static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem,
{
int i;
if (!mem)
return 0;
if (!mem)
return 0;
for (i = 0; i < mem->nregions; ++i) {
struct vhost_memory_region *m = mem->regions + i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册