projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5ec04
)
usb: gadget: fix for a typo that conveys logically-inverted information.
author
Ajay Garg
<ajaygargnsit@gmail.com>
Thu, 9 Sep 2021 12:06:24 +0000
(17:36 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 08:27:54 +0000
(10:27 +0200)
Upon calling usb_ep_autoconfig_release(), the endpoint becomes *not
valid*.
Signed-off-by: Ajay Garg <ajaygargnsit@gmail.com>
Link:
https://lore.kernel.org/r/20210909120624.77557-1-ajaygargnsit@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/epautoconf.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/epautoconf.c
b/drivers/usb/gadget/epautoconf.c
index 1eb4fa2e623f0a68db5f1491149f836c13df63d8..ed5a92c474e509c23958ef9254130d841834f6c1 100644
(file)
--- a/
drivers/usb/gadget/epautoconf.c
+++ b/
drivers/usb/gadget/epautoconf.c
@@
-181,7
+181,7
@@
EXPORT_SYMBOL_GPL(usb_ep_autoconfig);
* This function can be used during function bind for endpoints obtained
* from usb_ep_autoconfig(). It unclaims endpoint claimed by
* usb_ep_autoconfig() to make it available for other functions. Endpoint
- * which was released is no longer
in
valid and shouldn't be used in
+ * which was released is no longer valid and shouldn't be used in
* context of function which released it.
*/
void usb_ep_autoconfig_release(struct usb_ep *ep)