Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202650
b: refs/heads/master
c: f8322fb
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin committed May 27, 2010
1 parent d999482 commit cd9823c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd1f4078f0d2de74a308f00a2dffbd550cfba59f
refs/heads/master: f8322fbe049687d3676690e8ad839c7169dd306a
4 changes: 2 additions & 2 deletions trunk/drivers/vhost/vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cd9823c

Please sign in to comment.