diff options
| author | Gregory Herrero <[email protected]> | 2015-01-30 09:09:29 +0100 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2015-01-30 10:30:50 -0600 |
| commit | 58f7c43e06d0560ace01137d158108df0a08dc08 (patch) | |
| tree | 0dd71370d63d2a88d518333c3edcd03dfc90ae12 | |
| parent | 9e14d0a566f48d33a9253096963b3b8199e4df57 (diff) | |
usb: dwc2: gadget: fix a typo in comment
s3c_hsotg_process_req_feature comments was not correct
Tested-by: Robert Baldyga <[email protected]>
Acked-by: John Youn <[email protected]>
Signed-off-by: Gregory Herrero <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
| -rw-r--r-- | drivers/usb/dwc2/gadget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c index 67ea258335ad..aa5c0ba5ed13 100644 --- 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_featire - process request {SET,CLEAR}_FEATURE + * s3c_hsotg_process_req_feature - process request {SET,CLEAR}_FEATURE * @hsotg: The device state * @ctrl: USB control request */ |