qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "c


From: Peter Maydell
Subject: Re: [PATCH trivial 1/1] hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
Date: Fri, 18 Mar 2022 10:45:11 +0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]