diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2015-03-10 09:37:46 -0400 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-03-11 11:19:35 -0400 |
| commit | 06ed0de5188c9ef6553b2824b6cdd767ad46ece5 (patch) | |
| tree | 2dd97a441b2e5770c76bd3e5704753f6c60af2dd /include/linux/usb | |
| parent | 33c300cb90a6c0072507a949f78c4728238a81f0 (diff) | |
usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml
This patch fix some spelling typo found in gadget.xml.
It is because this file is generated from comments in sources,
I had to fix comments in the source, instead of xml file itself.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/gadget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index e2f00fd8cd47..02476b3a1109 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h | |||
| @@ -190,7 +190,7 @@ struct usb_ep { | |||
| 190 | * @ep:the endpoint being configured | 190 | * @ep:the endpoint being configured |
| 191 | * @maxpacket_limit:value of maximum packet size limit | 191 | * @maxpacket_limit:value of maximum packet size limit |
| 192 | * | 192 | * |
| 193 | * This function shoud be used only in UDC drivers to initialize endpoint | 193 | * This function should be used only in UDC drivers to initialize endpoint |
| 194 | * (usually in probe function). | 194 | * (usually in probe function). |
| 195 | */ | 195 | */ |
| 196 | static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, | 196 | static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, |
