diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-30 21:57:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-31 08:31:39 -0400 |
commit | 2bb9936beac2eed0c1ed907f83694bc752e159d9 (patch) | |
tree | c72d2f6487288e9e50c3c2095726e19234c6796e /Documentation | |
parent | ebd46f016a30ad4cc766540fe89b0974a0278dba (diff) |
doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
Correct spelling typo in Documentation/usb/gadget_configs.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/usb/gadget_configfs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt index 8ec2a67c39b7..4cf53e406613 100644 --- a/Documentation/usb/gadget_configfs.txt +++ b/Documentation/usb/gadget_configfs.txt | |||
@@ -26,7 +26,7 @@ Linux provides a number of functions for gadgets to use. | |||
26 | Creating a gadget means deciding what configurations there will be | 26 | Creating a gadget means deciding what configurations there will be |
27 | and which functions each configuration will provide. | 27 | and which functions each configuration will provide. |
28 | 28 | ||
29 | Configfs (please see Documentation/filesystems/configfs/*) lends itslef nicely | 29 | Configfs (please see Documentation/filesystems/configfs/*) lends itself nicely |
30 | for the purpose of telling the kernel about the above mentioned decision. | 30 | for the purpose of telling the kernel about the above mentioned decision. |
31 | This document is about how to do it. | 31 | This document is about how to do it. |
32 | 32 | ||
@@ -99,7 +99,7 @@ directories must be created: | |||
99 | $ mkdir configs/<name>.<number> | 99 | $ mkdir configs/<name>.<number> |
100 | 100 | ||
101 | where <name> can be any string which is legal in a filesystem and the | 101 | where <name> can be any string which is legal in a filesystem and the |
102 | <numebr> is the configuration's number, e.g.: | 102 | <number> is the configuration's number, e.g.: |
103 | 103 | ||
104 | $ mkdir configs/c.1 | 104 | $ mkdir configs/c.1 |
105 | 105 | ||
@@ -327,7 +327,7 @@ from the buffer to the cs), but it is up to the implementer of the | |||
327 | two functions to decide what they actually do. | 327 | two functions to decide what they actually do. |
328 | 328 | ||
329 | typedef struct configured_structure cs; | 329 | typedef struct configured_structure cs; |
330 | typedef struc specific_attribute sa; | 330 | typedef struct specific_attribute sa; |
331 | 331 | ||
332 | sa | 332 | sa |
333 | +----------------------------------+ | 333 | +----------------------------------+ |