aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-10-30 21:57:28 -0400
committerJiri Kosina <jkosina@suse.cz>2013-10-31 08:31:39 -0400
commit2bb9936beac2eed0c1ed907f83694bc752e159d9 (patch)
treec72d2f6487288e9e50c3c2095726e19234c6796e /Documentation
parentebd46f016a30ad4cc766540fe89b0974a0278dba (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.txt6
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.
26Creating a gadget means deciding what configurations there will be 26Creating a gadget means deciding what configurations there will be
27and which functions each configuration will provide. 27and which functions each configuration will provide.
28 28
29Configfs (please see Documentation/filesystems/configfs/*) lends itslef nicely 29Configfs (please see Documentation/filesystems/configfs/*) lends itself nicely
30for the purpose of telling the kernel about the above mentioned decision. 30for the purpose of telling the kernel about the above mentioned decision.
31This document is about how to do it. 31This 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
101where <name> can be any string which is legal in a filesystem and the 101where <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
327two functions to decide what they actually do. 327two functions to decide what they actually do.
328 328
329typedef struct configured_structure cs; 329typedef struct configured_structure cs;
330typedef struc specific_attribute sa; 330typedef struct specific_attribute sa;
331 331
332 sa 332 sa
333 +----------------------------------+ 333 +----------------------------------+