Alex Russell <[email protected]> writes:
> Signed-off-by: Alex Russell <[email protected]>
> ---
>  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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to