We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e18e42 commit 766a96dCopy full SHA for 766a96d
drivers/usb/core/hub.c
@@ -6039,7 +6039,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev)
6039
*
6040
* Return: The same as for usb_reset_and_verify_device().
6041
* However, if a reset is already in progress (for instance, if a
6042
- * driver doesn't have pre_ or post_reset() callbacks, and while
+ * driver doesn't have pre_reset() or post_reset() callbacks, and while
6043
* being unbound or re-bound during the ongoing reset its disconnect()
6044
* or probe() routine tries to perform a second, nested reset), the
6045
* routine returns -EINPROGRESS.
0 commit comments