Commit f8322fbe authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

vhost: whitespace fix

Fix up whitespace in vq_memory_access_ok.
Reported-by: default avatarAristeu Rozanski <aris@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment