projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e14d0a
)
usb: dwc2: gadget: fix a typo in comment
author
Gregory Herrero
<gregory.herrero@intel.com>
Fri, 30 Jan 2015 08:09:29 +0000
(09:09 +0100)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 30 Jan 2015 16:30:50 +0000
(10:30 -0600)
s3c_hsotg_process_req_feature comments was not correct
Tested-by: Robert Baldyga <r.baldyga@samsung.com>
Acked-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Gregory Herrero <gregory.herrero@intel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/gadget.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/dwc2/gadget.c
b/drivers/usb/dwc2/gadget.c
index 67ea258335ad8af378f70ef816476e4c6e5de027..aa5c0ba5ed133ada0be00764568f28a03d2697a0 100644
(file)
--- a/
drivers/usb/dwc2/gadget.c
+++ b/
drivers/usb/dwc2/gadget.c
@@
-981,7
+981,7
@@
static struct s3c_hsotg_req *get_ep_head(struct s3c_hsotg_ep *hs_ep)
}
/**
- * s3c_hsotg_process_req_feat
i
re - process request {SET,CLEAR}_FEATURE
+ * s3c_hsotg_process_req_feat
u
re - process request {SET,CLEAR}_FEATURE
* @hsotg: The device state
* @ctrl: USB control request
*/