usb: host: fix typo in the comment
authorYan Zhen <yanzhen@vivo.com>
Thu, 19 Sep 2024 11:05:17 +0000 (19:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 13:08:37 +0000 (15:08 +0200)
commit5c667ba72d52f3d5eedbb830333b299786615501
treef4c7d128cf72af2eafe62fffdbc6b5ea4363c011
parent9852d85ec9d492ebef56dc5f229416c925758edc
usb: host: fix typo in the comment

Correctly spelled comments make it easier for the reader to understand
the code.

Fix typos:
'calcalate' -> 'calculate',
'complted' -> 'completed',
'inidicator' -> 'indicator',
'detction' -> 'detection',
'allocte' -> 'allocate',
'controlles' -> 'controllers',
'initated' -> 'initiated',
'resumeable' -> 'resumable',
'aquires' -> 'acquires',
'tranfers' -> 'transfers',
'tranferred' -> 'transferred'.

Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Link: https://lore.kernel.org/r/20240919110517.1793550-1-yanzhen@vivo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fhci-sched.c
drivers/usb/host/octeon-hcd.c
drivers/usb/host/ohci-omap.c
drivers/usb/host/oxu210hp-hcd.c
drivers/usb/host/r8a66597-hcd.c
drivers/usb/host/xhci-hub.c
drivers/usb/host/xhci-ring.c