mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix typo in documentations
@ 2012-02-19 13:56 Masanari Iida
  2012-02-19 13:56 ` [PATCH 1/3] [trivial] Documentation: Fix typo in dwc3.txt Masanari Iida
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masanari Iida @ 2012-02-19 13:56 UTC (permalink / raw)
  To: rdunlap, linux-doc; +Cc: standby24x7, trivial, linux-kernel

Fix typo in Documentations.

Masanari Iida (3):
  [trivial] Documentation: Fix typo in dwc3.txt
  [trivial] Documentation: Fix typo in wusb-cbaf
  [trivial] Documentation: Fix typo in README.cpio2

 Documentation/usb/dwc3.txt             |    2 +-
 Documentation/usb/wusb-cbaf            |    2 +-
 Documentation/video4linux/README.cpia2 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.9.1.197.g5f90b


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

* [PATCH 1/3] [trivial] Documentation: Fix typo in dwc3.txt
  2012-02-19 13:56 [PATCH 0/3] Fix typo in documentations Masanari Iida
@ 2012-02-19 13:56 ` Masanari Iida
  2012-02-19 13:56 ` [PATCH 2/3] [trivial] Documentation: Fix typo in wusb-cbaf Masanari Iida
  2012-02-19 13:56 ` [PATCH 3/3] [trivial] Documentation: Fix typo in README.cpio2 Masanari Iida
  2 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2012-02-19 13:56 UTC (permalink / raw)
  To: rdunlap, linux-doc; +Cc: standby24x7, trivial, linux-kernel

Correct spelling "requries" to "requires" in
Documentation/usb/dwc3.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/usb/dwc3.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/usb/dwc3.txt b/Documentation/usb/dwc3.txt
index 7b590ed..1d02c01 100644
--- a/Documentation/usb/dwc3.txt
+++ b/Documentation/usb/dwc3.txt
@@ -28,7 +28,7 @@ Please pick something while reading :)
       none
 
     - primary handler of the EP-interrupt
-      reads the event and tries to process it. Everything that requries
+      reads the event and tries to process it. Everything that requires
       sleeping is handed over to the Thread. The event is saved in an
       per-endpoint data-structure.
       We probably have to pay attention not to process events once we
-- 
1.7.9.1.197.g5f90b


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

* [PATCH 2/3] [trivial] Documentation: Fix typo in wusb-cbaf
  2012-02-19 13:56 [PATCH 0/3] Fix typo in documentations Masanari Iida
  2012-02-19 13:56 ` [PATCH 1/3] [trivial] Documentation: Fix typo in dwc3.txt Masanari Iida
@ 2012-02-19 13:56 ` Masanari Iida
  2012-02-19 13:56 ` [PATCH 3/3] [trivial] Documentation: Fix typo in README.cpio2 Masanari Iida
  2 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2012-02-19 13:56 UTC (permalink / raw)
  To: rdunlap, linux-doc; +Cc: standby24x7, trivial, linux-kernel

Correct typo "HOST-CHDI" to "HOST-CHID" in
Documentation/usb/wusb-cbaf

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/usb/wusb-cbaf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/usb/wusb-cbaf b/Documentation/usb/wusb-cbaf
index 426ddaa..8b3d43e 100644
--- a/Documentation/usb/wusb-cbaf
+++ b/Documentation/usb/wusb-cbaf
@@ -36,7 +36,7 @@ COMMAND/ARGS are
 
  get-cdid DEVICE
 
-   Get the device ID associated to the HOST-CHDI we sent with
+   Get the device ID associated to the HOST-CHID we sent with
    'set-chid'. We might not know about it.
 
  set-cc DEVICE
-- 
1.7.9.1.197.g5f90b


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

* [PATCH 3/3] [trivial] Documentation: Fix typo in README.cpio2
  2012-02-19 13:56 [PATCH 0/3] Fix typo in documentations Masanari Iida
  2012-02-19 13:56 ` [PATCH 1/3] [trivial] Documentation: Fix typo in dwc3.txt Masanari Iida
  2012-02-19 13:56 ` [PATCH 2/3] [trivial] Documentation: Fix typo in wusb-cbaf Masanari Iida
@ 2012-02-19 13:56 ` Masanari Iida
  2 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2012-02-19 13:56 UTC (permalink / raw)
  To: rdunlap, linux-doc; +Cc: standby24x7, trivial, linux-kernel

Correct spelling "separted" to "separated" in
Documentation/video4linux/README.cpio2

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/video4linux/README.cpia2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/video4linux/README.cpia2 b/Documentation/video4linux/README.cpia2
index ce8213d..38e742f 100644
--- a/Documentation/video4linux/README.cpia2
+++ b/Documentation/video4linux/README.cpia2
@@ -12,7 +12,7 @@ gqcam application to view this stream.
 	The driver is implemented as two kernel modules. The cpia2 module
 contains the camera functions and the V4L interface.  The cpia2_usb module
 contains usb specific functions.  The main reason for this was the size of the
-module was getting out of hand, so I separted them.  It is not likely that
+module was getting out of hand, so I separated them.  It is not likely that
 there will be a parallel port version.
 
 FEATURES:
-- 
1.7.9.1.197.g5f90b


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

end of thread, other threads:[~2012-02-19 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-19 13:56 [PATCH 0/3] Fix typo in documentations Masanari Iida
2012-02-19 13:56 ` [PATCH 1/3] [trivial] Documentation: Fix typo in dwc3.txt Masanari Iida
2012-02-19 13:56 ` [PATCH 2/3] [trivial] Documentation: Fix typo in wusb-cbaf Masanari Iida
2012-02-19 13:56 ` [PATCH 3/3] [trivial] Documentation: Fix typo in README.cpio2 Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®