From: Gregory Herrero Date: Fri, 30 Jan 2015 08:09:29 +0000 (+0100) Subject: usb: dwc2: gadget: fix a typo in comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=58f7c43e06d0560ace01137d158108df0a08dc08;p=deliverable%2Flinux.git usb: dwc2: gadget: fix a typo in comment s3c_hsotg_process_req_feature comments was not correct Tested-by: Robert Baldyga Acked-by: John Youn Signed-off-by: Gregory Herrero Signed-off-by: Felipe Balbi --- 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 */