Skip to content

Commit

Permalink
Correct typo "supperspeed" to "superspeed".
Browse files Browse the repository at this point in the history
Tidy up kernel-doc content for USB GADGET. No functional change.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
rpjday authored and Felipe Balbi committed May 15, 2013
1 parent 4b7e450 commit de97f25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/linux/usb/gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,8 @@ static inline int gadget_is_dualspeed(struct usb_gadget *g)
}

/**
* gadget_is_superspeed() - return true if the hardware handles
* supperspeed
* @g: controller that might support supper speed
* gadget_is_superspeed() - return true if the hardware handles superspeed
* @g: controller that might support superspeed
*/
static inline int gadget_is_superspeed(struct usb_gadget *g)
{
Expand Down

0 comments on commit de97f25

Please sign in to comment.