diff options
| author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-04-04 18:04:46 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-04 20:51:47 -0400 |
| commit | f65e51d740688b8a0ad15cbde34974e6c4559972 (patch) | |
| tree | 73c1d7b91d2c222ae310529003bbc88fb281ae3c /Documentation/video4linux | |
| parent | 44a4dcf75c58157a5d036ff783dfb2254703b93e (diff) | |
Documentation: fix minor typos/spelling
Fix some minor typos:
* informations => information
* there own => their own
* these => this
Signed-off-by: Sylvestre Ledru <sylvestre.ledru@scilab.org>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/video4linux')
| -rw-r--r-- | Documentation/video4linux/bttv/Insmod-options | 2 | ||||
| -rw-r--r-- | Documentation/video4linux/bttv/Sound-FAQ | 2 | ||||
| -rw-r--r-- | Documentation/video4linux/et61x251.txt | 4 | ||||
| -rw-r--r-- | Documentation/video4linux/sn9c102.txt | 4 | ||||
| -rw-r--r-- | Documentation/video4linux/w9968cf.txt | 2 | ||||
| -rw-r--r-- | Documentation/video4linux/zc0301.txt | 6 |
6 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/video4linux/bttv/Insmod-options b/Documentation/video4linux/bttv/Insmod-options index bbe3ed667d9..14c065fa23e 100644 --- a/Documentation/video4linux/bttv/Insmod-options +++ b/Documentation/video4linux/bttv/Insmod-options | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | Note: "modinfo <module>" prints various informations about a kernel | 2 | Note: "modinfo <module>" prints various information about a kernel |
| 3 | module, among them a complete and up-to-date list of insmod options. | 3 | module, among them a complete and up-to-date list of insmod options. |
| 4 | This list tends to be outdated because it is updated manually ... | 4 | This list tends to be outdated because it is updated manually ... |
| 5 | 5 | ||
diff --git a/Documentation/video4linux/bttv/Sound-FAQ b/Documentation/video4linux/bttv/Sound-FAQ index 1e6328f9108..bc5e41d5d77 100644 --- a/Documentation/video4linux/bttv/Sound-FAQ +++ b/Documentation/video4linux/bttv/Sound-FAQ | |||
| @@ -8,7 +8,7 @@ completely by the bt8xx chip, which is common on all boards. But | |||
| 8 | sound is handled in slightly different ways on each board. | 8 | sound is handled in slightly different ways on each board. |
| 9 | 9 | ||
| 10 | To handle the grabber boards correctly, there is a array tvcards[] in | 10 | To handle the grabber boards correctly, there is a array tvcards[] in |
| 11 | bttv-cards.c, which holds the informations required for each board. | 11 | bttv-cards.c, which holds the information required for each board. |
| 12 | Sound will work only, if the correct entry is used (for video it often | 12 | Sound will work only, if the correct entry is used (for video it often |
| 13 | makes no difference). The bttv driver prints a line to the kernel | 13 | makes no difference). The bttv driver prints a line to the kernel |
| 14 | log, telling which card type is used. Like this one: | 14 | log, telling which card type is used. Like this one: |
diff --git a/Documentation/video4linux/et61x251.txt b/Documentation/video4linux/et61x251.txt index 1247566c4de..e0cdae49185 100644 --- a/Documentation/video4linux/et61x251.txt +++ b/Documentation/video4linux/et61x251.txt | |||
| @@ -191,10 +191,10 @@ Syntax: <n> | |||
| 191 | Description: Debugging information level, from 0 to 3: | 191 | Description: Debugging information level, from 0 to 3: |
| 192 | 0 = none (use carefully) | 192 | 0 = none (use carefully) |
| 193 | 1 = critical errors | 193 | 1 = critical errors |
| 194 | 2 = significant informations | 194 | 2 = significant information |
| 195 | 3 = more verbose messages | 195 | 3 = more verbose messages |
| 196 | Level 3 is useful for testing only, when only one device | 196 | Level 3 is useful for testing only, when only one device |
| 197 | is used at the same time. It also shows some more informations | 197 | is used at the same time. It also shows some more information |
| 198 | about the hardware being detected. This module parameter can be | 198 | about the hardware being detected. This module parameter can be |
| 199 | changed at runtime thanks to the /sys filesystem interface. | 199 | changed at runtime thanks to the /sys filesystem interface. |
| 200 | Default: 2 | 200 | Default: 2 |
diff --git a/Documentation/video4linux/sn9c102.txt b/Documentation/video4linux/sn9c102.txt index 73de4050d63..b4f67040403 100644 --- a/Documentation/video4linux/sn9c102.txt +++ b/Documentation/video4linux/sn9c102.txt | |||
| @@ -214,10 +214,10 @@ Syntax: <n> | |||
| 214 | Description: Debugging information level, from 0 to 3: | 214 | Description: Debugging information level, from 0 to 3: |
| 215 | 0 = none (use carefully) | 215 | 0 = none (use carefully) |
| 216 | 1 = critical errors | 216 | 1 = critical errors |
| 217 | 2 = significant informations | 217 | 2 = significant information |
| 218 | 3 = more verbose messages | 218 | 3 = more verbose messages |
| 219 | Level 3 is useful for testing only. It also shows some more | 219 | Level 3 is useful for testing only. It also shows some more |
| 220 | informations about the hardware being detected. | 220 | information about the hardware being detected. |
| 221 | This parameter can be changed at runtime thanks to the /sys | 221 | This parameter can be changed at runtime thanks to the /sys |
| 222 | filesystem interface. | 222 | filesystem interface. |
| 223 | Default: 2 | 223 | Default: 2 |
diff --git a/Documentation/video4linux/w9968cf.txt b/Documentation/video4linux/w9968cf.txt index 05138e8aea0..9649450f3b9 100644 --- a/Documentation/video4linux/w9968cf.txt +++ b/Documentation/video4linux/w9968cf.txt | |||
| @@ -413,7 +413,7 @@ Syntax: <n> | |||
| 413 | Description: Debugging information level, from 0 to 6: | 413 | Description: Debugging information level, from 0 to 6: |
| 414 | 0 = none (use carefully) | 414 | 0 = none (use carefully) |
| 415 | 1 = critical errors | 415 | 1 = critical errors |
| 416 | 2 = significant informations | 416 | 2 = significant information |
| 417 | 3 = configuration or general messages | 417 | 3 = configuration or general messages |
| 418 | 4 = warnings | 418 | 4 = warnings |
| 419 | 5 = called functions | 419 | 5 = called functions |
diff --git a/Documentation/video4linux/zc0301.txt b/Documentation/video4linux/zc0301.txt index befdfdacdc5..b41c83cf09f 100644 --- a/Documentation/video4linux/zc0301.txt +++ b/Documentation/video4linux/zc0301.txt | |||
| @@ -181,10 +181,10 @@ Syntax: <n> | |||
| 181 | Description: Debugging information level, from 0 to 3: | 181 | Description: Debugging information level, from 0 to 3: |
| 182 | 0 = none (use carefully) | 182 | 0 = none (use carefully) |
| 183 | 1 = critical errors | 183 | 1 = critical errors |
| 184 | 2 = significant informations | 184 | 2 = significant information |
| 185 | 3 = more verbose messages | 185 | 3 = more verbose messages |
| 186 | Level 3 is useful for testing only, when only one device | 186 | Level 3 is useful for testing only, when only one device |
| 187 | is used at the same time. It also shows some more informations | 187 | is used at the same time. It also shows some information |
| 188 | about the hardware being detected. This module parameter can be | 188 | about the hardware being detected. This module parameter can be |
| 189 | changed at runtime thanks to the /sys filesystem interface. | 189 | changed at runtime thanks to the /sys filesystem interface. |
| 190 | Default: 2 | 190 | Default: 2 |
| @@ -261,7 +261,7 @@ the fingerprint is: '88E8 F32F 7244 68BA 3958 5D40 99DA 5D2A FCE6 35A4'. | |||
| 261 | 261 | ||
| 262 | 11. Credits | 262 | 11. Credits |
| 263 | =========== | 263 | =========== |
| 264 | - Informations about the chip internals needed to enable the I2C protocol have | 264 | - Information about the chip internals needed to enable the I2C protocol have |
| 265 | been taken from the documentation of the ZC030x Video4Linux1 driver written | 265 | been taken from the documentation of the ZC030x Video4Linux1 driver written |
| 266 | by Andrew Birkett <andy@nobugs.org>; | 266 | by Andrew Birkett <andy@nobugs.org>; |
| 267 | - The initialization values of the ZC0301 controller connected to the PAS202BCB | 267 | - The initialization values of the ZC0301 controller connected to the PAS202BCB |
