diff mbox series

[trivial,for,7.2,1/2] hw/usb/hcd-xhci.c: spelling: tranfer

Message ID 20221105114851.306206-1-mjt@msgid.tls.msk.ru
State New
Headers show
Series [trivial,for,7.2,1/2] hw/usb/hcd-xhci.c: spelling: tranfer | expand

Commit Message

Michael Tokarev Nov. 5, 2022, 11:48 a.m. UTC
Fixes: effaf5a240e03020f4ae953e10b764622c3e87cc
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 hw/usb/hcd-xhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Tokarev Nov. 5, 2022, 9:24 p.m. UTC | #1
05.11.2022 15:23, Stefan Weil via wrote:
..
> All typos from this series were also found by codespell.
> 
> See https://qemu.weilnetz.de/test/typos7 for many more.
> That list was produced with `make check-spelling` from
> my previous patch).

Yeah, codespell is a good thing. But qemu has just TOO MANY typos, and
non-typos too (eg addd). I only patched a few places which are visible
in the binaries.

/mjt
Thomas Huth Nov. 6, 2022, 9:16 a.m. UTC | #2
On 05/11/2022 12.48, Michael Tokarev wrote:
> Fixes: effaf5a240e03020f4ae953e10b764622c3e87cc
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>   hw/usb/hcd-xhci.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
> index 8299f35e66..b89b618ec2 100644
> --- a/hw/usb/hcd-xhci.c
> +++ b/hw/usb/hcd-xhci.c
> @@ -796,7 +796,7 @@ static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring)
>            */
>       } while (length < TRB_LINK_LIMIT * 65536 / TRB_SIZE);
>   
> -    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum tranfer ring size!\n",
> +    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum transfer ring size!\n",
>                             __func__);
>   
>       return -1;

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 8299f35e66..b89b618ec2 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -796,7 +796,7 @@  static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring)
          */
     } while (length < TRB_LINK_LIMIT * 65536 / TRB_SIZE);
 
-    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum tranfer ring size!\n",
+    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum transfer ring size!\n",
                           __func__);
 
     return -1;