summaryrefslogtreecommitdiff
path: root/drivers/usb/core
diff options
context:
space:
mode:
authorHarry Pan <harry.pan@intel.com>2019-06-20 13:58:23 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-20 14:23:24 +0200
commitd46a6024c709a7f3057e512b1e836e816ace1143 (patch)
tree8b8b6c663fead25cc83cb12d4cb75d1a2600a451 /drivers/usb/core
parentb119deca1e016e37614117f56f74461eac559af5 (diff)
USB: core: correct a spelling mistake in the comment
Fix a spelling typo in the function comment. Signed-off-by: Harry Pan <harry.pan@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r--drivers/usb/core/hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 82cc3766cb23..a59e1573b43b 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -2721,7 +2721,7 @@ static bool use_new_scheme(struct usb_device *udev, int retry,
}
/* Is a USB 3.0 port in the Inactive or Compliance Mode state?
- * Port worm reset is required to recover
+ * Port warm reset is required to recover
*/
static bool hub_port_warm_reset_required(struct usb_hub *hub, int port1,
u16 portstatus)