commit | f8322fbe049687d3676690e8ad839c7169dd306a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu May 27 12:28:03 2010 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu May 27 12:28:03 2010 +0300 |
tree | 8eaa9cd9b534a9867e50e75716e1e6f66150a48c | |
parent | dd1f4078f0d2de74a308f00a2dffbd550cfba59f [diff] [blame] |
vhost: whitespace fix Fix up whitespace in vq_memory_access_ok. Reported-by: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 750effe..7af5e5c 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c
@@ -237,8 +237,8 @@ { 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;