From: Stepan Ionichev Date: Wed, 3 Jun 2026 09:11:18 +0000 (+0300) Subject: usb: xhci: fix typo in xhci_set_port_power() comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a592b28bc82d88e7d3f4ff69ccc1033dd2b0ba86;p=thirdparty%2Flinux.git 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 Signed-off-by: Mathias Nyman Link: https://patch.msgid.link/20260603091132.1110849-2-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-hub.c b/drivers/usb/host/xhci-hub.c index 3830d4123961..b0264bd8577a 100644 --- a/drivers/usb/host/xhci-hub.c +++ b/drivers/usb/host/xhci-hub.c @@ -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,