From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
qemu-ppc@nongnu.org
Subject: Re: [PATCH] hw/ppc/pnv: Fix typo in comment
Date: Sat, 29 Feb 2020 18:22:15 +1100 [thread overview]
Message-ID: <20200229072215.GA90032@umbus.fritz.box> (raw)
In-Reply-To: <2d21f81c-e0bd-11aa-b27e-37c39d0c6e23@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]
On Fri, Feb 28, 2020 at 01:39:02PM +0100, Cédric Le Goater wrote:
> On 2/28/20 1:33 PM, Philippe Mathieu-Daudé wrote:
> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>
> Reviewed-by: Cédric Le Goater <clg@kaod.org>
Applied to ppc-for-5.0, thanks.
>
> Thnaks,
>
> C.
>
>
> > ---
> > hw/ppc/pnv_lpc.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/hw/ppc/pnv_lpc.c b/hw/ppc/pnv_lpc.c
> > index f150deca34..b5ffa48dac 100644
> > --- a/hw/ppc/pnv_lpc.c
> > +++ b/hw/ppc/pnv_lpc.c
> > @@ -829,7 +829,7 @@ ISABus *pnv_lpc_isa_create(PnvLpcController *lpc, bool use_cpld, Error **errp)
> > bool hostboot_mode = !!pnv->fw_load_addr;
> >
> > /* let isa_bus_new() create its own bridge on SysBus otherwise
> > - * devices speficied on the command line won't find the bus and
> > + * devices specified on the command line won't find the bus and
> > * will fail to create.
> > */
> > isa_bus = isa_bus_new(NULL, &lpc->isa_mem, &lpc->isa_io, &local_err);
> >
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: qemu-trivial@nongnu.org, qemu-ppc@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH] hw/ppc/pnv: Fix typo in comment
Date: Sat, 29 Feb 2020 18:22:15 +1100 [thread overview]
Message-ID: <20200229072215.GA90032@umbus.fritz.box> (raw)
In-Reply-To: <2d21f81c-e0bd-11aa-b27e-37c39d0c6e23@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]
On Fri, Feb 28, 2020 at 01:39:02PM +0100, Cédric Le Goater wrote:
> On 2/28/20 1:33 PM, Philippe Mathieu-Daudé wrote:
> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>
> Reviewed-by: Cédric Le Goater <clg@kaod.org>
Applied to ppc-for-5.0, thanks.
>
> Thnaks,
>
> C.
>
>
> > ---
> > hw/ppc/pnv_lpc.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/hw/ppc/pnv_lpc.c b/hw/ppc/pnv_lpc.c
> > index f150deca34..b5ffa48dac 100644
> > --- a/hw/ppc/pnv_lpc.c
> > +++ b/hw/ppc/pnv_lpc.c
> > @@ -829,7 +829,7 @@ ISABus *pnv_lpc_isa_create(PnvLpcController *lpc, bool use_cpld, Error **errp)
> > bool hostboot_mode = !!pnv->fw_load_addr;
> >
> > /* let isa_bus_new() create its own bridge on SysBus otherwise
> > - * devices speficied on the command line won't find the bus and
> > + * devices specified on the command line won't find the bus and
> > * will fail to create.
> > */
> > isa_bus = isa_bus_new(NULL, &lpc->isa_mem, &lpc->isa_io, &local_err);
> >
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-02-29 7:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 12:33 [PATCH] hw/ppc/pnv: Fix typo in comment Philippe Mathieu-Daudé
2020-02-28 12:33 ` Philippe Mathieu-Daudé
2020-02-28 12:39 ` Cédric Le Goater
2020-02-28 12:39 ` Cédric Le Goater
2020-02-29 7:22 ` David Gibson [this message]
2020-02-29 7:22 ` David Gibson
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=20200229072215.GA90032@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-trivial@nongnu.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 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.