From: Paolo Bonzini <pbonzini@redhat.com>
To: Levente Kurusa <lkurusa@redhat.com>,
Marcelo Tosatti <mtosatti@redhat.com>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: [TRIVIAL PATCH kvm-unit-tests] x86: desc: fix typo
Date: Mon, 7 Sep 2015 13:03:48 +0200 [thread overview]
Message-ID: <55ED6F14.6070900@redhat.com> (raw)
In-Reply-To: <1440582411-11235-1-git-send-email-lkurusa@redhat.com>
On 26/08/2015 11:46, Levente Kurusa wrote:
> It should be 'exception' instead of 'excecption'.
>
> Signed-off-by: Levente Kurusa <lkurusa@redhat.com>
> ---
> lib/x86/desc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/x86/desc.c b/lib/x86/desc.c
> index 3237778..e3bf175 100644
> --- a/lib/x86/desc.c
> +++ b/lib/x86/desc.c
> @@ -46,7 +46,7 @@ static void check_exception_table(struct ex_regs *regs)
> return;
> }
> }
> - printf("unhandled excecption %d\n", regs->vector);
> + printf("unhandled exception %d\n", regs->vector);
> exit(7);
> }
>
> @@ -68,7 +68,7 @@ void do_handle_exception(struct ex_regs *regs)
> exception_handlers[regs->vector](regs);
> return;
> }
> - printf("unhandled cpu excecption %d\n", regs->vector);
> + printf("unhandled cpu exception %d\n", regs->vector);
> if (regs->vector == 14)
> printf("PF at %p addr %p\n", regs->rip, read_cr2());
> exit(7);
>
Applied, thanks.
Paolo
prev parent reply other threads:[~2015-09-07 11:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 9:46 [TRIVIAL PATCH kvm-unit-tests] x86: desc: fix typo Levente Kurusa
2015-09-07 11:03 ` Paolo Bonzini [this message]
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=55ED6F14.6070900@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=lkurusa@redhat.com \
--cc=mtosatti@redhat.com \
/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 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.