* [Qemu-trivial] [PATCH trivial] hw/ipmi: fix spelling
@ 2016-05-18 12:45 Michael Tokarev
2016-05-18 15:08 ` [Qemu-trivial] [Qemu-devel] " Corey Minyard
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2016-05-18 12:45 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/ipmi/ipmi_bmc_extern.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c
index fe12112..157879e 100644
--- a/hw/ipmi/ipmi_bmc_extern.c
+++ b/hw/ipmi/ipmi_bmc_extern.c
@@ -190,7 +190,7 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b,
if (ibe->outlen) {
/* We already have a command queued. Shouldn't ever happen. */
fprintf(stderr, "IPMI KCS: Got command when not finished with the"
- " previous commmand\n");
+ " previous command\n");
abort();
}
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH trivial] hw/ipmi: fix spelling
2016-05-18 12:45 [Qemu-trivial] [PATCH trivial] hw/ipmi: fix spelling Michael Tokarev
@ 2016-05-18 15:08 ` Corey Minyard
0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2016-05-18 15:08 UTC (permalink / raw)
To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial
On 05/18/2016 07:45 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> hw/ipmi/ipmi_bmc_extern.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c
> index fe12112..157879e 100644
> --- a/hw/ipmi/ipmi_bmc_extern.c
> +++ b/hw/ipmi/ipmi_bmc_extern.c
> @@ -190,7 +190,7 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b,
> if (ibe->outlen) {
> /* We already have a command queued. Shouldn't ever happen. */
> fprintf(stderr, "IPMI KCS: Got command when not finished with the"
> - " previous commmand\n");
> + " previous command\n");
> abort();
> }
>
Thanks.
Acked-by: Corey Minyard <cminyard@mvista.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-18 17:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 12:45 [Qemu-trivial] [PATCH trivial] hw/ipmi: fix spelling Michael Tokarev
2016-05-18 15:08 ` [Qemu-trivial] [Qemu-devel] " Corey Minyard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).