Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61921
b: refs/heads/master
c: 6d14bfe
h: refs/heads/master
i:
  61919: 4f84390
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent aba4927 commit 4696f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 25cccecce8e29f92eb5a0445bc97ee01ef2da379
refs/heads/master: 6d14bfe77b8246a45670b7158d3a49bfe55662c7
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static u32 copy_data(struct lguest *srclg,
/* FIXME: This is not completely portable, since
archs do different things for copy_to_user_page. */
if (copy_from_user(maddr + (dst->addr[di] + dstoff)%PAGE_SIZE,
(void *__user)src->addr[si], len) != 0) {
(void __user *)src->addr[si], len) != 0) {
kill_guest(srclg, "bad address in sending DMA");
totlen = 0;
break;
Expand Down

0 comments on commit 4696f5a

Please sign in to comment.