diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index b983a333ca32fefb4ee642873a2da3e36276a841..c6b16194f3cf39911e97bae49f9986b5a9907689 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -5748,7 +5748,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev) * * Return: The same as for usb_reset_and_verify_device(). * However, if a reset is already in progress (for instance, if a - * driver doesn't have pre_ or post_reset() callbacks, and while + * driver doesn't have pre_reset() or post_reset() callbacks, and while * being unbound or re-bound during the ongoing reset its disconnect() * or probe() routine tries to perform a second, nested reset), the * routine returns -EINPROGRESS.