mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
usb: xhci: fix typo in xhci_set_port_power() comment
Fix a spelling mistake (re-aquire -> re-acquire) in the function header comment. No functional change. Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://patch.msgid.link/20260603091132.1110849-2-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
55311a92bc
commit
a592b28bc8
|
|
@ -638,7 +638,7 @@ struct xhci_hub *xhci_get_rhub(struct usb_hcd *hcd)
|
|||
|
||||
/*
|
||||
* xhci_set_port_power() must be called with xhci->lock held.
|
||||
* It will release and re-aquire the lock while calling ACPI
|
||||
* It will release and re-acquire the lock while calling ACPI
|
||||
* method.
|
||||
*/
|
||||
static void xhci_set_port_power(struct xhci_hcd *xhci, struct xhci_port *port,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user