* Re: [PATCH] lguest: fix typo
[not found] <1350299536-22316-1-git-send-email-giles.alex@hotmail.com>
@ 2012-10-16 9:31 ` Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2012-10-16 9:31 UTC (permalink / raw)
To: Alex Russell; +Cc: LKML
Alex Russell <giles.alex@hotmail.com> writes:
> Signed-off-by: Alex Russell <giles.alex@hotmail.com>
> ---
> drivers/lguest/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c
> index b5fdcb7..a5ebc00 100644
> --- a/drivers/lguest/core.c
> +++ b/drivers/lguest/core.c
> @@ -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);
> --
> 1.7.9.5
Applied!
Thanks,
Rusty.
^ permalink raw reply [flat|nested] only message in thread