Commit de97f250 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Felipe Balbi

Correct typo "supperspeed" to "superspeed".

Tidy up kernel-doc content for USB GADGET. No functional change.
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 4b7e450f
...@@ -563,9 +563,8 @@ static inline int gadget_is_dualspeed(struct usb_gadget *g) ...@@ -563,9 +563,8 @@ static inline int gadget_is_dualspeed(struct usb_gadget *g)
} }
/** /**
* gadget_is_superspeed() - return true if the hardware handles * gadget_is_superspeed() - return true if the hardware handles superspeed
* supperspeed * @g: controller that might support superspeed
* @g: controller that might support supper speed
*/ */
static inline int gadget_is_superspeed(struct usb_gadget *g) static inline int gadget_is_superspeed(struct usb_gadget *g)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment