Re: [PATCH] Documentation: Fix typo in DocBook files

2014-07-06 Thread Randy Dunlap
On 07/03/2014 08:24 PM, Masanari Iida wrote:
> This patch fixed spelling typo in various template files
> within Documentation/Docbook.
> 
> Signed-off-by: Masanari Iida 

Applied, thanks.

> ---
>  Documentation/DocBook/gadget.tmpl | 2 +-
>  Documentation/DocBook/genericirq.tmpl | 4 ++--
>  Documentation/DocBook/kernel-locking.tmpl | 2 +-
>  Documentation/DocBook/libata.tmpl | 6 +++---
>  Documentation/DocBook/media_api.tmpl  | 2 +-
>  Documentation/DocBook/regulator.tmpl  | 2 +-
>  Documentation/DocBook/uio-howto.tmpl  | 4 ++--
>  Documentation/DocBook/usb.tmpl| 2 +-
>  Documentation/DocBook/writing-an-alsa-driver.tmpl | 2 +-
>  9 files changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/Documentation/DocBook/gadget.tmpl 
> b/Documentation/DocBook/gadget.tmpl
> index 4017f14..2c425d7 100644
> --- a/Documentation/DocBook/gadget.tmpl
> +++ b/Documentation/DocBook/gadget.tmpl
> @@ -708,7 +708,7 @@ hardware level details could be very different.
>  
>  Systems need specialized hardware support to implement OTG,
>  notably including a special Mini-AB jack
> -and associated transciever to support Dual-Role
> +and associated transceiver to support Dual-Role
>  operation:
>  they can act either as a host, using the standard
>  Linux-USB host side driver stack,
> diff --git a/Documentation/DocBook/genericirq.tmpl 
> b/Documentation/DocBook/genericirq.tmpl
> index 46347f6..59fb5c0 100644
> --- a/Documentation/DocBook/genericirq.tmpl
> +++ b/Documentation/DocBook/genericirq.tmpl
> @@ -182,7 +182,7 @@
>   
>   Each interrupt is described by an interrupt descriptor structure
>   irq_desc. The interrupt is referenced by an 'unsigned int' numeric
> - value which selects the corresponding interrupt decription structure
> + value which selects the corresponding interrupt description structure
>   in the descriptor structures array.
>   The descriptor structure contains status information and pointers
>   to the interrupt flow method and the interrupt chip structure
> @@ -470,7 +470,7 @@ if (desc->irq_data.chip->irq_eoi)
>   
> To avoid copies of identical implementations of IRQ chips the
> core provides a configurable generic interrupt chip
> -   implementation. Developers should check carefuly whether the
> +   implementation. Developers should check carefully whether the
> generic chip fits their needs before implementing the same
> functionality slightly differently themselves.
>   
> diff --git a/Documentation/DocBook/kernel-locking.tmpl 
> b/Documentation/DocBook/kernel-locking.tmpl
> index 19f2a5a..e584ee1 100644
> --- a/Documentation/DocBook/kernel-locking.tmpl
> +++ b/Documentation/DocBook/kernel-locking.tmpl
> @@ -1760,7 +1760,7 @@ as it would be on UP.
>  
>  
>  
> -There is a furthur optimization possible here: remember our original
> +There is a further optimization possible here: remember our original
>  cache code, where there were no reference counts and the caller simply
>  held the lock whenever using the object?  This is still possible: if
>  you hold the lock, no one can delete the object, so you don't need to
> diff --git a/Documentation/DocBook/libata.tmpl 
> b/Documentation/DocBook/libata.tmpl
> index deb71ba..d7fcdc5 100644
> --- a/Documentation/DocBook/libata.tmpl
> +++ b/Documentation/DocBook/libata.tmpl
> @@ -677,7 +677,7 @@ and other resources, etc.
>  
>   
>   
> - ATA_QCFLAG_ACTIVE is clared from qc->flags.
> + ATA_QCFLAG_ACTIVE is cleared from qc->flags.
>   
>   
>  
> @@ -708,7 +708,7 @@ and other resources, etc.
>  
>  
>  
> -qc->waiting is claread  completed (in that order).
> +qc->waiting is cleared  completed (in that order).
>  
>  
>  
> @@ -1163,7 +1163,7 @@ and other resources, etc.
>  
>   
>   Once sense data is acquired, this type of errors can be
> - handled similary to other SCSI errors.  Note that sense data
> + handled similarly to other SCSI errors.  Note that sense data
>   may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR
>ASC/ASCQ 47h/00h SCSI PARITY ERROR).  In such
>   cases, the error should be considered as an ATA bus error and
> diff --git a/Documentation/DocBook/media_api.tmpl 
> b/Documentation/DocBook/media_api.tmpl
> index 4decb46..03f9a1f 100644
> --- a/Documentation/DocBook/media_api.tmpl
> +++ b/Documentation/DocBook/media_api.tmpl
> @@ -68,7 +68,7 @@
>   several digital tv standards. While it is called as DVB API,
>   in fact it covers several different video standards including
>   DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated
> - to documment support also for DVB-S2, ISDB-T and ISDB-S.
> + to document support also for DVB-S2, ISDB-T and ISDB-S.
>   The third part 

Re: [PATCH] Documentation: Fix typo in DocBook files

2014-07-06 Thread Randy Dunlap
On 07/03/2014 08:24 PM, Masanari Iida wrote:
 This patch fixed spelling typo in various template files
 within Documentation/Docbook.
 
 Signed-off-by: Masanari Iida standby2...@gmail.com

Applied, thanks.

 ---
  Documentation/DocBook/gadget.tmpl | 2 +-
  Documentation/DocBook/genericirq.tmpl | 4 ++--
  Documentation/DocBook/kernel-locking.tmpl | 2 +-
  Documentation/DocBook/libata.tmpl | 6 +++---
  Documentation/DocBook/media_api.tmpl  | 2 +-
  Documentation/DocBook/regulator.tmpl  | 2 +-
  Documentation/DocBook/uio-howto.tmpl  | 4 ++--
  Documentation/DocBook/usb.tmpl| 2 +-
  Documentation/DocBook/writing-an-alsa-driver.tmpl | 2 +-
  9 files changed, 13 insertions(+), 13 deletions(-)
 
 diff --git a/Documentation/DocBook/gadget.tmpl 
 b/Documentation/DocBook/gadget.tmpl
 index 4017f14..2c425d7 100644
 --- a/Documentation/DocBook/gadget.tmpl
 +++ b/Documentation/DocBook/gadget.tmpl
 @@ -708,7 +708,7 @@ hardware level details could be very different.
  
  paraSystems need specialized hardware support to implement OTG,
  notably including a special emphasisMini-AB/emphasis jack
 -and associated transciever to support emphasisDual-Role/emphasis
 +and associated transceiver to support emphasisDual-Role/emphasis
  operation:
  they can act either as a host, using the standard
  Linux-USB host side driver stack,
 diff --git a/Documentation/DocBook/genericirq.tmpl 
 b/Documentation/DocBook/genericirq.tmpl
 index 46347f6..59fb5c0 100644
 --- a/Documentation/DocBook/genericirq.tmpl
 +++ b/Documentation/DocBook/genericirq.tmpl
 @@ -182,7 +182,7 @@
   para
   Each interrupt is described by an interrupt descriptor structure
   irq_desc. The interrupt is referenced by an 'unsigned int' numeric
 - value which selects the corresponding interrupt decription structure
 + value which selects the corresponding interrupt description structure
   in the descriptor structures array.
   The descriptor structure contains status information and pointers
   to the interrupt flow method and the interrupt chip structure
 @@ -470,7 +470,7 @@ if (desc-irq_data.chip-irq_eoi)
   para
 To avoid copies of identical implementations of IRQ chips the
 core provides a configurable generic interrupt chip
 -   implementation. Developers should check carefuly whether the
 +   implementation. Developers should check carefully whether the
 generic chip fits their needs before implementing the same
 functionality slightly differently themselves.
   /para
 diff --git a/Documentation/DocBook/kernel-locking.tmpl 
 b/Documentation/DocBook/kernel-locking.tmpl
 index 19f2a5a..e584ee1 100644
 --- a/Documentation/DocBook/kernel-locking.tmpl
 +++ b/Documentation/DocBook/kernel-locking.tmpl
 @@ -1760,7 +1760,7 @@ as it would be on UP.
  /para
  
  para
 -There is a furthur optimization possible here: remember our original
 +There is a further optimization possible here: remember our original
  cache code, where there were no reference counts and the caller simply
  held the lock whenever using the object?  This is still possible: if
  you hold the lock, no one can delete the object, so you don't need to
 diff --git a/Documentation/DocBook/libata.tmpl 
 b/Documentation/DocBook/libata.tmpl
 index deb71ba..d7fcdc5 100644
 --- a/Documentation/DocBook/libata.tmpl
 +++ b/Documentation/DocBook/libata.tmpl
 @@ -677,7 +677,7 @@ and other resources, etc.
  
   listitem
   para
 - ATA_QCFLAG_ACTIVE is clared from qc-flags.
 + ATA_QCFLAG_ACTIVE is cleared from qc-flags.
   /para
   /listitem
  
 @@ -708,7 +708,7 @@ and other resources, etc.
  
  listitem
  para
 -qc-waiting is claread amp; completed (in that order).
 +qc-waiting is cleared amp; completed (in that order).
  /para
  /listitem
  
 @@ -1163,7 +1163,7 @@ and other resources, etc.
  
   para
   Once sense data is acquired, this type of errors can be
 - handled similary to other SCSI errors.  Note that sense data
 + handled similarly to other SCSI errors.  Note that sense data
   may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR
   amp;amp; ASC/ASCQ 47h/00h SCSI PARITY ERROR).  In such
   cases, the error should be considered as an ATA bus error and
 diff --git a/Documentation/DocBook/media_api.tmpl 
 b/Documentation/DocBook/media_api.tmpl
 index 4decb46..03f9a1f 100644
 --- a/Documentation/DocBook/media_api.tmpl
 +++ b/Documentation/DocBook/media_api.tmpl
 @@ -68,7 +68,7 @@
   several digital tv standards. While it is called as DVB API,
   in fact it covers several different video standards including
   DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated
 - to documment support also for DVB-S2, ISDB-T and ISDB-S./para
 + to document support 

[PATCH] Documentation: Fix typo in DocBook files

2014-07-03 Thread Masanari Iida
This patch fixed spelling typo in various template files
within Documentation/Docbook.

Signed-off-by: Masanari Iida 
---
 Documentation/DocBook/gadget.tmpl | 2 +-
 Documentation/DocBook/genericirq.tmpl | 4 ++--
 Documentation/DocBook/kernel-locking.tmpl | 2 +-
 Documentation/DocBook/libata.tmpl | 6 +++---
 Documentation/DocBook/media_api.tmpl  | 2 +-
 Documentation/DocBook/regulator.tmpl  | 2 +-
 Documentation/DocBook/uio-howto.tmpl  | 4 ++--
 Documentation/DocBook/usb.tmpl| 2 +-
 Documentation/DocBook/writing-an-alsa-driver.tmpl | 2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/DocBook/gadget.tmpl 
b/Documentation/DocBook/gadget.tmpl
index 4017f14..2c425d7 100644
--- a/Documentation/DocBook/gadget.tmpl
+++ b/Documentation/DocBook/gadget.tmpl
@@ -708,7 +708,7 @@ hardware level details could be very different.
 
 Systems need specialized hardware support to implement OTG,
 notably including a special Mini-AB jack
-and associated transciever to support Dual-Role
+and associated transceiver to support Dual-Role
 operation:
 they can act either as a host, using the standard
 Linux-USB host side driver stack,
diff --git a/Documentation/DocBook/genericirq.tmpl 
b/Documentation/DocBook/genericirq.tmpl
index 46347f6..59fb5c0 100644
--- a/Documentation/DocBook/genericirq.tmpl
+++ b/Documentation/DocBook/genericirq.tmpl
@@ -182,7 +182,7 @@

Each interrupt is described by an interrupt descriptor structure
irq_desc. The interrupt is referenced by an 'unsigned int' numeric
-   value which selects the corresponding interrupt decription structure
+   value which selects the corresponding interrupt description structure
in the descriptor structures array.
The descriptor structure contains status information and pointers
to the interrupt flow method and the interrupt chip structure
@@ -470,7 +470,7 @@ if (desc->irq_data.chip->irq_eoi)
  
To avoid copies of identical implementations of IRQ chips the
core provides a configurable generic interrupt chip
-   implementation. Developers should check carefuly whether the
+   implementation. Developers should check carefully whether the
generic chip fits their needs before implementing the same
functionality slightly differently themselves.
  
diff --git a/Documentation/DocBook/kernel-locking.tmpl 
b/Documentation/DocBook/kernel-locking.tmpl
index 19f2a5a..e584ee1 100644
--- a/Documentation/DocBook/kernel-locking.tmpl
+++ b/Documentation/DocBook/kernel-locking.tmpl
@@ -1760,7 +1760,7 @@ as it would be on UP.
 
 
 
-There is a furthur optimization possible here: remember our original
+There is a further optimization possible here: remember our original
 cache code, where there were no reference counts and the caller simply
 held the lock whenever using the object?  This is still possible: if
 you hold the lock, no one can delete the object, so you don't need to
diff --git a/Documentation/DocBook/libata.tmpl 
b/Documentation/DocBook/libata.tmpl
index deb71ba..d7fcdc5 100644
--- a/Documentation/DocBook/libata.tmpl
+++ b/Documentation/DocBook/libata.tmpl
@@ -677,7 +677,7 @@ and other resources, etc.
 


-   ATA_QCFLAG_ACTIVE is clared from qc->flags.
+   ATA_QCFLAG_ACTIVE is cleared from qc->flags.


 
@@ -708,7 +708,7 @@ and other resources, etc.
 
   
   
-  qc->waiting is claread  completed (in that order).
+  qc->waiting is cleared  completed (in that order).
   
   
 
@@ -1163,7 +1163,7 @@ and other resources, etc.
 

Once sense data is acquired, this type of errors can be
-   handled similary to other SCSI errors.  Note that sense data
+   handled similarly to other SCSI errors.  Note that sense data
may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR
 ASC/ASCQ 47h/00h SCSI PARITY ERROR).  In such
cases, the error should be considered as an ATA bus error and
diff --git a/Documentation/DocBook/media_api.tmpl 
b/Documentation/DocBook/media_api.tmpl
index 4decb46..03f9a1f 100644
--- a/Documentation/DocBook/media_api.tmpl
+++ b/Documentation/DocBook/media_api.tmpl
@@ -68,7 +68,7 @@
several digital tv standards. While it is called as DVB API,
in fact it covers several different video standards including
DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated
-   to documment support also for DVB-S2, ISDB-T and ISDB-S.
+   to document support also for DVB-S2, ISDB-T and ISDB-S.
The third part covers the Remote Controller API.
The fourth part covers the Media Controller API.
For additional information and for the latest development code,
diff --git a/Documentation/DocBook/regulator.tmpl 

[PATCH] Documentation: Fix typo in DocBook files

2014-07-03 Thread Masanari Iida
This patch fixed spelling typo in various template files
within Documentation/Docbook.

Signed-off-by: Masanari Iida standby2...@gmail.com
---
 Documentation/DocBook/gadget.tmpl | 2 +-
 Documentation/DocBook/genericirq.tmpl | 4 ++--
 Documentation/DocBook/kernel-locking.tmpl | 2 +-
 Documentation/DocBook/libata.tmpl | 6 +++---
 Documentation/DocBook/media_api.tmpl  | 2 +-
 Documentation/DocBook/regulator.tmpl  | 2 +-
 Documentation/DocBook/uio-howto.tmpl  | 4 ++--
 Documentation/DocBook/usb.tmpl| 2 +-
 Documentation/DocBook/writing-an-alsa-driver.tmpl | 2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/DocBook/gadget.tmpl 
b/Documentation/DocBook/gadget.tmpl
index 4017f14..2c425d7 100644
--- a/Documentation/DocBook/gadget.tmpl
+++ b/Documentation/DocBook/gadget.tmpl
@@ -708,7 +708,7 @@ hardware level details could be very different.
 
 paraSystems need specialized hardware support to implement OTG,
 notably including a special emphasisMini-AB/emphasis jack
-and associated transciever to support emphasisDual-Role/emphasis
+and associated transceiver to support emphasisDual-Role/emphasis
 operation:
 they can act either as a host, using the standard
 Linux-USB host side driver stack,
diff --git a/Documentation/DocBook/genericirq.tmpl 
b/Documentation/DocBook/genericirq.tmpl
index 46347f6..59fb5c0 100644
--- a/Documentation/DocBook/genericirq.tmpl
+++ b/Documentation/DocBook/genericirq.tmpl
@@ -182,7 +182,7 @@
para
Each interrupt is described by an interrupt descriptor structure
irq_desc. The interrupt is referenced by an 'unsigned int' numeric
-   value which selects the corresponding interrupt decription structure
+   value which selects the corresponding interrupt description structure
in the descriptor structures array.
The descriptor structure contains status information and pointers
to the interrupt flow method and the interrupt chip structure
@@ -470,7 +470,7 @@ if (desc-irq_data.chip-irq_eoi)
  para
To avoid copies of identical implementations of IRQ chips the
core provides a configurable generic interrupt chip
-   implementation. Developers should check carefuly whether the
+   implementation. Developers should check carefully whether the
generic chip fits their needs before implementing the same
functionality slightly differently themselves.
  /para
diff --git a/Documentation/DocBook/kernel-locking.tmpl 
b/Documentation/DocBook/kernel-locking.tmpl
index 19f2a5a..e584ee1 100644
--- a/Documentation/DocBook/kernel-locking.tmpl
+++ b/Documentation/DocBook/kernel-locking.tmpl
@@ -1760,7 +1760,7 @@ as it would be on UP.
 /para
 
 para
-There is a furthur optimization possible here: remember our original
+There is a further optimization possible here: remember our original
 cache code, where there were no reference counts and the caller simply
 held the lock whenever using the object?  This is still possible: if
 you hold the lock, no one can delete the object, so you don't need to
diff --git a/Documentation/DocBook/libata.tmpl 
b/Documentation/DocBook/libata.tmpl
index deb71ba..d7fcdc5 100644
--- a/Documentation/DocBook/libata.tmpl
+++ b/Documentation/DocBook/libata.tmpl
@@ -677,7 +677,7 @@ and other resources, etc.
 
listitem
para
-   ATA_QCFLAG_ACTIVE is clared from qc-flags.
+   ATA_QCFLAG_ACTIVE is cleared from qc-flags.
/para
/listitem
 
@@ -708,7 +708,7 @@ and other resources, etc.
 
   listitem
   para
-  qc-waiting is claread amp; completed (in that order).
+  qc-waiting is cleared amp; completed (in that order).
   /para
   /listitem
 
@@ -1163,7 +1163,7 @@ and other resources, etc.
 
para
Once sense data is acquired, this type of errors can be
-   handled similary to other SCSI errors.  Note that sense data
+   handled similarly to other SCSI errors.  Note that sense data
may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR
amp;amp; ASC/ASCQ 47h/00h SCSI PARITY ERROR).  In such
cases, the error should be considered as an ATA bus error and
diff --git a/Documentation/DocBook/media_api.tmpl 
b/Documentation/DocBook/media_api.tmpl
index 4decb46..03f9a1f 100644
--- a/Documentation/DocBook/media_api.tmpl
+++ b/Documentation/DocBook/media_api.tmpl
@@ -68,7 +68,7 @@
several digital tv standards. While it is called as DVB API,
in fact it covers several different video standards including
DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated
-   to documment support also for DVB-S2, ISDB-T and ISDB-S./para
+   to document support also for DVB-S2, ISDB-T and ISDB-S./para
paraThe third part covers the Remote Controller API./para