1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Harry Pan 2019-06-20 13:58:23 +08:00 committed by Greg Kroah-Hartman
parent b119deca1e
commit d46a6024c7
1 changed files with 1 additions and 1 deletions

View File

@ -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)