Skip to content

Commit

Permalink
doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Oct 31, 2013
1 parent ebd46f0 commit 2bb9936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/usb/gadget_configfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Linux provides a number of functions for gadgets to use.
Creating a gadget means deciding what configurations there will be
and which functions each configuration will provide.

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

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

where <name> can be any string which is legal in a filesystem and the
<numebr> is the configuration's number, e.g.:
<number> is the configuration's number, e.g.:

$ mkdir configs/c.1

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

typedef struct configured_structure cs;
typedef struc specific_attribute sa;
typedef struct specific_attribute sa;

sa
+----------------------------------+
Expand Down

0 comments on commit 2bb9936

Please sign in to comment.