All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

only message in thread, other threads:[~2012-10-16 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1350299536-22316-1-git-send-email-giles.alex@hotmail.com>
2012-10-16  9:31 ` [PATCH] lguest: fix typo Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.