diff options
author | Michael Tokarev | 2022-11-05 12:48:50 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2022-11-23 12:26:25 +0100 |
commit | d68640f515320bf38617b68c970b569997cf0444 (patch) | |
tree | aa666bf7b328f7c3c0a0c7e613b768861d721cce | |
parent | gtk: disable GTK Clipboard with a new meson option (diff) | |
download | qemu-d68640f515320bf38617b68c970b569997cf0444.tar.gz qemu-d68640f515320bf38617b68c970b569997cf0444.tar.xz qemu-d68640f515320bf38617b68c970b569997cf0444.zip |
hw/usb/hcd-xhci.c: spelling: tranfer
Fixes: effaf5a240e03020f4ae953e10b764622c3e87cc
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20221105114851.306206-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | hw/usb/hcd-xhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |