From: Rusty Russell <rusty@rustcorp.com.au>
To: Alex Russell <giles.alex@hotmail.com>
Cc: "LKML" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] lguest: fix typo
Date: Tue, 16 Oct 2012 20:01:32 +1030 [thread overview]
Message-ID: <87bog24vbf.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1350299536-22316-1-git-send-email-giles.alex@hotmail.com>
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.
parent reply other threads:[~2012-10-16 12:11 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1350299536-22316-1-git-send-email-giles.alex@hotmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bog24vbf.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=giles.alex@hotmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox