qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
@ 2022-03-18 10:11 Rebecca Cran
  2022-03-18 10:45 ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Cran @ 2022-03-18 10:11 UTC (permalink / raw)
  To: Michael Tokarev, Laurent Vivier, qemu-trivial; +Cc: Rebecca Cran, qemu-devel

Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
---
 hw/pci/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/pci/pci.c b/hw/pci/pci.c
index 5cb1232e271d..dae9119bfe5f 100644
--- a/hw/pci/pci.c
+++ b/hw/pci/pci.c
@@ -1697,7 +1697,7 @@ static const pci_class_desc pci_class_descriptions[] =
     { 0x0902, "Mouse", "mouse"},
     { 0x0A00, "Dock station", "dock", 0x00ff},
     { 0x0B00, "i386 cpu", "cpu", 0x00ff},
-    { 0x0c00, "Fireware contorller", "fireware"},
+    { 0x0c00, "Firewire controller", "firewire"},
     { 0x0c01, "Access bus controller", "access-bus"},
     { 0x0c02, "SSA controller", "ssa"},
     { 0x0c03, "USB controller", "usb"},
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
  2022-03-18 10:11 [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line Rebecca Cran
@ 2022-03-18 10:45 ` Peter Maydell
  2022-03-18 12:54   ` Laurent Vivier
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2022-03-18 10:45 UTC (permalink / raw)
  To: Rebecca Cran; +Cc: qemu-trivial, Michael Tokarev, Laurent Vivier, qemu-devel

On Fri, 18 Mar 2022 at 10:14, Rebecca Cran <quic_rcran@quicinc.com> wrote:
>
> Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
> ---
>  hw/pci/pci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/pci/pci.c b/hw/pci/pci.c
> index 5cb1232e271d..dae9119bfe5f 100644
> --- a/hw/pci/pci.c
> +++ b/hw/pci/pci.c
> @@ -1697,7 +1697,7 @@ static const pci_class_desc pci_class_descriptions[] =
>      { 0x0902, "Mouse", "mouse"},
>      { 0x0A00, "Dock station", "dock", 0x00ff},
>      { 0x0B00, "i386 cpu", "cpu", 0x00ff},
> -    { 0x0c00, "Fireware contorller", "fireware"},
> +    { 0x0c00, "Firewire controller", "firewire"},
>      { 0x0c01, "Access bus controller", "access-bus"},
>      { 0x0c02, "SSA controller", "ssa"},
>      { 0x0c03, "USB controller", "usb"},
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
  2022-03-18 10:45 ` Peter Maydell
@ 2022-03-18 12:54   ` Laurent Vivier
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2022-03-18 12:54 UTC (permalink / raw)
  To: Peter Maydell, Rebecca Cran; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

Le 18/03/2022 à 11:45, Peter Maydell a écrit :
> On Fri, 18 Mar 2022 at 10:14, Rebecca Cran <quic_rcran@quicinc.com> wrote:
>>
>> Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
>> ---
>>   hw/pci/pci.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/pci/pci.c b/hw/pci/pci.c
>> index 5cb1232e271d..dae9119bfe5f 100644
>> --- a/hw/pci/pci.c
>> +++ b/hw/pci/pci.c
>> @@ -1697,7 +1697,7 @@ static const pci_class_desc pci_class_descriptions[] =
>>       { 0x0902, "Mouse", "mouse"},
>>       { 0x0A00, "Dock station", "dock", 0x00ff},
>>       { 0x0B00, "i386 cpu", "cpu", 0x00ff},
>> -    { 0x0c00, "Fireware contorller", "fireware"},
>> +    { 0x0c00, "Firewire controller", "firewire"},
>>       { 0x0c01, "Access bus controller", "access-bus"},
>>       { 0x0c02, "SSA controller", "ssa"},
>>       { 0x0c03, "USB controller", "usb"},
>> --
> 
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> 


Applied to my trivial-patches branch.

Thanks,
Laurent


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-18 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 10:11 [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line Rebecca Cran
2022-03-18 10:45 ` Peter Maydell
2022-03-18 12:54   ` Laurent Vivier

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).