Message ID | 20190620055823.15735-1-harry.pan@intel.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | d46a6024c709a7f3057e512b1e836e816ace1143 |
Headers | show |
Series | USB: core: correct a spelling mistake in the comment | expand |
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 8d4631c81b9f..1988f8f88f75 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -2719,7 +2719,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)
Fix a spelling typo in the function comment. Signed-off-by: Harry Pan <harry.pan@intel.com> --- drivers/usb/core/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)