diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2014-07-12 12:55:28 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-12 14:30:36 -0400 |
| commit | 0ba4f6e4006634cf566ba9cc3acd40aebee44503 (patch) | |
| tree | fb6ec3a4bd782dcab7beab39e749626038a9683d | |
| parent | 8011b3c96f393b7ae95a6fd80e1634626c1b95ab (diff) | |
DocBook: fix various typos
This patch fixed spelling typo in various template files
within Documentation/Docbook.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | Documentation/DocBook/gadget.tmpl | 2 | ||||
| -rw-r--r-- | Documentation/DocBook/genericirq.tmpl | 4 | ||||
| -rw-r--r-- | Documentation/DocBook/kernel-locking.tmpl | 2 | ||||
| -rw-r--r-- | Documentation/DocBook/libata.tmpl | 6 | ||||
| -rw-r--r-- | Documentation/DocBook/media_api.tmpl | 2 | ||||
| -rw-r--r-- | Documentation/DocBook/regulator.tmpl | 2 | ||||
| -rw-r--r-- | Documentation/DocBook/uio-howto.tmpl | 4 | ||||
| -rw-r--r-- | Documentation/DocBook/usb.tmpl | 2 | ||||
| -rw-r--r-- | 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 4017f147ba2f..2c425d70f7e2 100644 --- a/Documentation/DocBook/gadget.tmpl +++ b/Documentation/DocBook/gadget.tmpl | |||
| @@ -708,7 +708,7 @@ hardware level details could be very different. | |||
| 708 | 708 | ||
| 709 | <para>Systems need specialized hardware support to implement OTG, | 709 | <para>Systems need specialized hardware support to implement OTG, |
| 710 | notably including a special <emphasis>Mini-AB</emphasis> jack | 710 | notably including a special <emphasis>Mini-AB</emphasis> jack |
| 711 | and associated transciever to support <emphasis>Dual-Role</emphasis> | 711 | and associated transceiver to support <emphasis>Dual-Role</emphasis> |
| 712 | operation: | 712 | operation: |
| 713 | they can act either as a host, using the standard | 713 | they can act either as a host, using the standard |
| 714 | Linux-USB host side driver stack, | 714 | Linux-USB host side driver stack, |
diff --git a/Documentation/DocBook/genericirq.tmpl b/Documentation/DocBook/genericirq.tmpl index 46347f603353..59fb5c077541 100644 --- a/Documentation/DocBook/genericirq.tmpl +++ b/Documentation/DocBook/genericirq.tmpl | |||
| @@ -182,7 +182,7 @@ | |||
| 182 | <para> | 182 | <para> |
| 183 | Each interrupt is described by an interrupt descriptor structure | 183 | Each interrupt is described by an interrupt descriptor structure |
| 184 | irq_desc. The interrupt is referenced by an 'unsigned int' numeric | 184 | irq_desc. The interrupt is referenced by an 'unsigned int' numeric |
| 185 | value which selects the corresponding interrupt decription structure | 185 | value which selects the corresponding interrupt description structure |
| 186 | in the descriptor structures array. | 186 | in the descriptor structures array. |
| 187 | The descriptor structure contains status information and pointers | 187 | The descriptor structure contains status information and pointers |
| 188 | to the interrupt flow method and the interrupt chip structure | 188 | to the interrupt flow method and the interrupt chip structure |
| @@ -470,7 +470,7 @@ if (desc->irq_data.chip->irq_eoi) | |||
| 470 | <para> | 470 | <para> |
| 471 | To avoid copies of identical implementations of IRQ chips the | 471 | To avoid copies of identical implementations of IRQ chips the |
| 472 | core provides a configurable generic interrupt chip | 472 | core provides a configurable generic interrupt chip |
| 473 | implementation. Developers should check carefuly whether the | 473 | implementation. Developers should check carefully whether the |
| 474 | generic chip fits their needs before implementing the same | 474 | generic chip fits their needs before implementing the same |
| 475 | functionality slightly differently themselves. | 475 | functionality slightly differently themselves. |
| 476 | </para> | 476 | </para> |
diff --git a/Documentation/DocBook/kernel-locking.tmpl b/Documentation/DocBook/kernel-locking.tmpl index 19f2a5a5a5b4..e584ee12a1e7 100644 --- a/Documentation/DocBook/kernel-locking.tmpl +++ b/Documentation/DocBook/kernel-locking.tmpl | |||
| @@ -1760,7 +1760,7 @@ as it would be on UP. | |||
| 1760 | </para> | 1760 | </para> |
| 1761 | 1761 | ||
| 1762 | <para> | 1762 | <para> |
| 1763 | There is a furthur optimization possible here: remember our original | 1763 | There is a further optimization possible here: remember our original |
| 1764 | cache code, where there were no reference counts and the caller simply | 1764 | cache code, where there were no reference counts and the caller simply |
| 1765 | held the lock whenever using the object? This is still possible: if | 1765 | held the lock whenever using the object? This is still possible: if |
| 1766 | you hold the lock, no one can delete the object, so you don't need to | 1766 | 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 deb71baed328..d7fcdc5a4379 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl | |||
| @@ -677,7 +677,7 @@ and other resources, etc. | |||
| 677 | 677 | ||
| 678 | <listitem> | 678 | <listitem> |
| 679 | <para> | 679 | <para> |
| 680 | ATA_QCFLAG_ACTIVE is clared from qc->flags. | 680 | ATA_QCFLAG_ACTIVE is cleared from qc->flags. |
| 681 | </para> | 681 | </para> |
| 682 | </listitem> | 682 | </listitem> |
| 683 | 683 | ||
| @@ -708,7 +708,7 @@ and other resources, etc. | |||
| 708 | 708 | ||
| 709 | <listitem> | 709 | <listitem> |
| 710 | <para> | 710 | <para> |
| 711 | qc->waiting is claread & completed (in that order). | 711 | qc->waiting is cleared & completed (in that order). |
| 712 | </para> | 712 | </para> |
| 713 | </listitem> | 713 | </listitem> |
| 714 | 714 | ||
| @@ -1163,7 +1163,7 @@ and other resources, etc. | |||
| 1163 | 1163 | ||
| 1164 | <para> | 1164 | <para> |
| 1165 | Once sense data is acquired, this type of errors can be | 1165 | Once sense data is acquired, this type of errors can be |
| 1166 | handled similary to other SCSI errors. Note that sense data | 1166 | handled similarly to other SCSI errors. Note that sense data |
| 1167 | may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR | 1167 | may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR |
| 1168 | && ASC/ASCQ 47h/00h SCSI PARITY ERROR). In such | 1168 | && ASC/ASCQ 47h/00h SCSI PARITY ERROR). In such |
| 1169 | cases, the error should be considered as an ATA bus error and | 1169 | 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 4decb46bfa76..03f9a1f8d413 100644 --- a/Documentation/DocBook/media_api.tmpl +++ b/Documentation/DocBook/media_api.tmpl | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | several digital tv standards. While it is called as DVB API, | 68 | several digital tv standards. While it is called as DVB API, |
| 69 | in fact it covers several different video standards including | 69 | in fact it covers several different video standards including |
| 70 | DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated | 70 | DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated |
| 71 | to documment support also for DVB-S2, ISDB-T and ISDB-S.</para> | 71 | to document support also for DVB-S2, ISDB-T and ISDB-S.</para> |
| 72 | <para>The third part covers the Remote Controller API.</para> | 72 | <para>The third part covers the Remote Controller API.</para> |
| 73 | <para>The fourth part covers the Media Controller API.</para> | 73 | <para>The fourth part covers the Media Controller API.</para> |
| 74 | <para>For additional information and for the latest development code, | 74 | <para>For additional information and for the latest development code, |
diff --git a/Documentation/DocBook/regulator.tmpl b/Documentation/DocBook/regulator.tmpl index 346e552fa2cc..3b08a085d2c7 100644 --- a/Documentation/DocBook/regulator.tmpl +++ b/Documentation/DocBook/regulator.tmpl | |||
| @@ -155,7 +155,7 @@ | |||
| 155 | release regulators. Functions are | 155 | release regulators. Functions are |
| 156 | provided to <link linkend='API-regulator-enable'>enable</link> | 156 | provided to <link linkend='API-regulator-enable'>enable</link> |
| 157 | and <link linkend='API-regulator-disable'>disable</link> the | 157 | and <link linkend='API-regulator-disable'>disable</link> the |
| 158 | reguator and to get and set the runtime parameters of the | 158 | regulator and to get and set the runtime parameters of the |
| 159 | regulator. | 159 | regulator. |
| 160 | </para> | 160 | </para> |
| 161 | <para> | 161 | <para> |
diff --git a/Documentation/DocBook/uio-howto.tmpl b/Documentation/DocBook/uio-howto.tmpl index 95618159e29b..bbe9c1fd5cef 100644 --- a/Documentation/DocBook/uio-howto.tmpl +++ b/Documentation/DocBook/uio-howto.tmpl | |||
| @@ -766,10 +766,10 @@ framework to set up sysfs files for this region. Simply leave it alone. | |||
| 766 | <para> | 766 | <para> |
| 767 | The dynamic memory regions will be allocated when the UIO device file, | 767 | The dynamic memory regions will be allocated when the UIO device file, |
| 768 | <varname>/dev/uioX</varname> is opened. | 768 | <varname>/dev/uioX</varname> is opened. |
| 769 | Simiar to static memory resources, the memory region information for | 769 | Similar to static memory resources, the memory region information for |
| 770 | dynamic regions is then visible via sysfs at | 770 | dynamic regions is then visible via sysfs at |
| 771 | <varname>/sys/class/uio/uioX/maps/mapY/*</varname>. | 771 | <varname>/sys/class/uio/uioX/maps/mapY/*</varname>. |
| 772 | The dynmaic memory regions will be freed when the UIO device file is | 772 | The dynamic memory regions will be freed when the UIO device file is |
| 773 | closed. When no processes are holding the device file open, the address | 773 | closed. When no processes are holding the device file open, the address |
| 774 | returned to userspace is ~0. | 774 | returned to userspace is ~0. |
| 775 | </para> | 775 | </para> |
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl index 8d57c1888dca..85fc0e28576f 100644 --- a/Documentation/DocBook/usb.tmpl +++ b/Documentation/DocBook/usb.tmpl | |||
| @@ -153,7 +153,7 @@ | |||
| 153 | 153 | ||
| 154 | <listitem><para>The Linux USB API supports synchronous calls for | 154 | <listitem><para>The Linux USB API supports synchronous calls for |
| 155 | control and bulk messages. | 155 | control and bulk messages. |
| 156 | It also supports asynchnous calls for all kinds of data transfer, | 156 | It also supports asynchronous calls for all kinds of data transfer, |
| 157 | using request structures called "URBs" (USB Request Blocks). | 157 | using request structures called "URBs" (USB Request Blocks). |
| 158 | </para></listitem> | 158 | </para></listitem> |
| 159 | 159 | ||
diff --git a/Documentation/DocBook/writing-an-alsa-driver.tmpl b/Documentation/DocBook/writing-an-alsa-driver.tmpl index d0056a4e9c53..6f639d9530b5 100644 --- a/Documentation/DocBook/writing-an-alsa-driver.tmpl +++ b/Documentation/DocBook/writing-an-alsa-driver.tmpl | |||
| @@ -5696,7 +5696,7 @@ struct _snd_pcm_runtime { | |||
| 5696 | suspending the PCM operations via | 5696 | suspending the PCM operations via |
| 5697 | <function>snd_pcm_suspend_all()</function> or | 5697 | <function>snd_pcm_suspend_all()</function> or |
| 5698 | <function>snd_pcm_suspend()</function>. It means that the PCM | 5698 | <function>snd_pcm_suspend()</function>. It means that the PCM |
| 5699 | streams are already stoppped when the register snapshot is | 5699 | streams are already stopped when the register snapshot is |
| 5700 | taken. But, remember that you don't have to restart the PCM | 5700 | taken. But, remember that you don't have to restart the PCM |
| 5701 | stream in the resume callback. It'll be restarted via | 5701 | stream in the resume callback. It'll be restarted via |
| 5702 | trigger call with <constant>SNDRV_PCM_TRIGGER_RESUME</constant> | 5702 | trigger call with <constant>SNDRV_PCM_TRIGGER_RESUME</constant> |
