Skip to content

Commit 2bb9936

Browse files
standby24x7Jiri Kosina
authored andcommitted
doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
Correct spelling typo in Documentation/usb/gadget_configs.txt Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent ebd46f0 commit 2bb9936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/usb/gadget_configfs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Linux provides a number of functions for gadgets to use.
2626
Creating a gadget means deciding what configurations there will be
2727
and which functions each configuration will provide.
2828

29-
Configfs (please see Documentation/filesystems/configfs/*) lends itslef nicely
29+
Configfs (please see Documentation/filesystems/configfs/*) lends itself nicely
3030
for the purpose of telling the kernel about the above mentioned decision.
3131
This document is about how to do it.
3232

@@ -99,7 +99,7 @@ directories must be created:
9999
$ mkdir configs/<name>.<number>
100100

101101
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.:
103103

104104
$ mkdir configs/c.1
105105

@@ -327,7 +327,7 @@ from the buffer to the cs), but it is up to the implementer of the
327327
two functions to decide what they actually do.
328328

329329
typedef struct configured_structure cs;
330-
typedef struc specific_attribute sa;
330+
typedef struct specific_attribute sa;
331331

332332
sa
333333
+----------------------------------+

0 commit comments

Comments
 (0)