[<prev] [next>] [day] [month] [year] [list]
Message-ID: <87bog24vbf.fsf@rustcorp.com.au>
Date: Tue, 16 Oct 2012 20:01:32 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Alex Russell <giles.alex@...mail.com>
Cc: "LKML" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] lguest: fix typo
Alex Russell <giles.alex@...mail.com> writes:
> Signed-off-by: Alex Russell <giles.alex@...mail.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists