linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
@ 2013-10-31  1:57 Masanari Iida
  2013-10-31  3:31 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2013-10-31  1:57 UTC (permalink / raw)
  To: andrzej.p, trivial, gregkh, rdunlap, linux-kernel, balbi, kyungmin.park
  Cc: Masanari Iida

Correct spelling typo in Documentation/usb/gadget_configs.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/usb/gadget_configfs.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
index 8ec2a67..4cf53e4 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.
 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.
 
@@ -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
 
@@ -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
                        +----------------------------------+
-- 
1.8.4.1.600.g3d092bf


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [trivial] doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
  2013-10-31  1:57 [PATCH] [trivial] doc: usb: Fix typo in Documentation/usb/gadget_configs.txt Masanari Iida
@ 2013-10-31  3:31 ` Randy Dunlap
  2013-10-31 12:32   ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2013-10-31  3:31 UTC (permalink / raw)
  To: Masanari Iida, andrzej.p, trivial, gregkh, linux-kernel, balbi,
	kyungmin.park

On 10/30/13 18:57, Masanari Iida wrote:
> Correct spelling typo in Documentation/usb/gadget_configs.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/usb/gadget_configfs.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)


-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [trivial] doc: usb: Fix typo in Documentation/usb/gadget_configs.txt
  2013-10-31  3:31 ` Randy Dunlap
@ 2013-10-31 12:32   ` Jiri Kosina
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2013-10-31 12:32 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Masanari Iida, andrzej.p, gregkh, linux-kernel, balbi, kyungmin.park

On Wed, 30 Oct 2013, Randy Dunlap wrote:

> On 10/30/13 18:57, Masanari Iida wrote:
> > Correct spelling typo in Documentation/usb/gadget_configs.txt
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

I can take this one. Thanks,

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-31 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-31  1:57 [PATCH] [trivial] doc: usb: Fix typo in Documentation/usb/gadget_configs.txt Masanari Iida
2013-10-31  3:31 ` Randy Dunlap
2013-10-31 12:32   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).