Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347457
b: refs/heads/master
c: 681f206
h: refs/heads/master
i:
  347455: b5c7486
v: v3
  • Loading branch information
Alex Russell authored and Rusty Russell committed Dec 18, 2012
1 parent 5c45a16 commit ae3378c
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: c0316a945ae3df1a9c9d1fb44ac3eb47f16d9cd9
refs/heads/master: 681f206611aaec4fc8be93d609148e02c704b91d
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user)
* eventfd (ie. the appropriate virtqueue thread)?
*/
if (!send_notify_to_eventfd(cpu)) {
/* OK, we tell the main Laucher. */
/* OK, we tell the main Launcher. */
if (put_user(cpu->pending_notify, user))
return -EFAULT;
return sizeof(cpu->pending_notify);
Expand Down

0 comments on commit ae3378c

Please sign in to comment.