Correct typo "supperspeed" to "superspeed".
Tidy up kernel-doc content for USB GADGET. No functional change. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
4b7e450fb5
commit
de97f25039
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue