diff options
| author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-19 19:30:25 -0400 |
|---|---|---|
| committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 19:30:25 -0400 |
| commit | 0f035b8e8491f4ff87f6eec3e3f754d36b39d7a2 (patch) | |
| tree | 8a08b60bd14a3e0d7b19394223fd152694d3d805 /Documentation | |
| parent | 5895df967dac8b12c8ed254f5cc4d46f50e88876 (diff) | |
spelling fixes: Documentation/
Spelling fixes in Documentation/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/DocBook/Makefile | 2 | ||||
| -rw-r--r-- | Documentation/DocBook/mtdnand.tmpl | 6 | ||||
| -rw-r--r-- | Documentation/isdn/README.concap | 2 | ||||
| -rw-r--r-- | Documentation/networking/ip-sysctl.txt | 2 | ||||
| -rw-r--r-- | Documentation/thinkpad-acpi.txt | 2 | ||||
| -rw-r--r-- | Documentation/usb/usb-serial.txt | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 1a7f53068e..054a7ecf64 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile | |||
| @@ -165,7 +165,7 @@ quiet_cmd_db2man = MAN $@ | |||
| 165 | @touch $@ | 165 | @touch $@ |
| 166 | 166 | ||
| 167 | ### | 167 | ### |
| 168 | # Rules to generate postscripts and PNG imgages from .fig format files | 168 | # Rules to generate postscripts and PNG images from .fig format files |
| 169 | quiet_cmd_fig2eps = FIG2EPS $@ | 169 | quiet_cmd_fig2eps = FIG2EPS $@ |
| 170 | cmd_fig2eps = fig2dev -Leps $< $@ | 170 | cmd_fig2eps = fig2dev -Leps $< $@ |
| 171 | 171 | ||
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl index 6fbc41d98c..957cf5c268 100644 --- a/Documentation/DocBook/mtdnand.tmpl +++ b/Documentation/DocBook/mtdnand.tmpl | |||
| @@ -282,7 +282,7 @@ int __init board_init (void) | |||
| 282 | goto out; | 282 | goto out; |
| 283 | } | 283 | } |
| 284 | 284 | ||
| 285 | /* map physical adress */ | 285 | /* map physical address */ |
| 286 | baseaddr = (unsigned long)ioremap(CHIP_PHYSICAL_ADDRESS, 1024); | 286 | baseaddr = (unsigned long)ioremap(CHIP_PHYSICAL_ADDRESS, 1024); |
| 287 | if(!baseaddr){ | 287 | if(!baseaddr){ |
| 288 | printk("Ioremap to access NAND chip failed\n"); | 288 | printk("Ioremap to access NAND chip failed\n"); |
| @@ -306,7 +306,7 @@ int __init board_init (void) | |||
| 306 | this->dev_ready = board_dev_ready; | 306 | this->dev_ready = board_dev_ready; |
| 307 | this->eccmode = NAND_ECC_SOFT; | 307 | this->eccmode = NAND_ECC_SOFT; |
| 308 | 308 | ||
| 309 | /* Scan to find existance of the device */ | 309 | /* Scan to find existence of the device */ |
| 310 | if (nand_scan (board_mtd, 1)) { | 310 | if (nand_scan (board_mtd, 1)) { |
| 311 | err = -ENXIO; | 311 | err = -ENXIO; |
| 312 | goto out_ior; | 312 | goto out_ior; |
| @@ -340,7 +340,7 @@ static void __exit board_cleanup (void) | |||
| 340 | /* Release resources, unregister device */ | 340 | /* Release resources, unregister device */ |
| 341 | nand_release (board_mtd); | 341 | nand_release (board_mtd); |
| 342 | 342 | ||
| 343 | /* unmap physical adress */ | 343 | /* unmap physical address */ |
| 344 | iounmap((void *)baseaddr); | 344 | iounmap((void *)baseaddr); |
| 345 | 345 | ||
| 346 | /* Free the MTD device structure */ | 346 | /* Free the MTD device structure */ |
diff --git a/Documentation/isdn/README.concap b/Documentation/isdn/README.concap index 2f114babe4..a76d74845a 100644 --- a/Documentation/isdn/README.concap +++ b/Documentation/isdn/README.concap | |||
| @@ -111,7 +111,7 @@ struct concap_proto_ops{ | |||
| 111 | struct concap_proto * (*proto_new) (void); | 111 | struct concap_proto * (*proto_new) (void); |
| 112 | 112 | ||
| 113 | /* delete encapsulation protocol instance and free all its resources. | 113 | /* delete encapsulation protocol instance and free all its resources. |
| 114 | cprot may no loger be referenced after calling this */ | 114 | cprot may no longer be referenced after calling this */ |
| 115 | void (*proto_del)(struct concap_proto *cprot); | 115 | void (*proto_del)(struct concap_proto *cprot); |
| 116 | 116 | ||
| 117 | /* initialize the protocol's data. To be called at interface startup | 117 | /* initialize the protocol's data. To be called at interface startup |
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 6ae2feff30..747a5d15d5 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
| @@ -293,7 +293,7 @@ tcp_no_metrics_save - BOOLEAN | |||
| 293 | when the connection closes, so that connections established in the | 293 | when the connection closes, so that connections established in the |
| 294 | near future can use these to set initial conditions. Usually, this | 294 | near future can use these to set initial conditions. Usually, this |
| 295 | increases overall performance, but may sometimes cause performance | 295 | increases overall performance, but may sometimes cause performance |
| 296 | degredation. If set, TCP will not cache metrics on closing | 296 | degradation. If set, TCP will not cache metrics on closing |
| 297 | connections. | 297 | connections. |
| 298 | 298 | ||
| 299 | tcp_orphan_retries - INTEGER | 299 | tcp_orphan_retries - INTEGER |
diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt index 3b95bbacc7..659dcb0d0a 100644 --- a/Documentation/thinkpad-acpi.txt +++ b/Documentation/thinkpad-acpi.txt | |||
| @@ -1203,7 +1203,7 @@ for example: | |||
| 1203 | Enabling debugging output | 1203 | Enabling debugging output |
| 1204 | ------------------------- | 1204 | ------------------------- |
| 1205 | 1205 | ||
| 1206 | The module takes a debug paramater which can be used to selectively | 1206 | The module takes a debug parameter which can be used to selectively |
| 1207 | enable various classes of debugging output, for example: | 1207 | enable various classes of debugging output, for example: |
| 1208 | 1208 | ||
| 1209 | modprobe ibm_acpi debug=0xffff | 1209 | modprobe ibm_acpi debug=0xffff |
diff --git a/Documentation/usb/usb-serial.txt b/Documentation/usb/usb-serial.txt index 4e0b62b856..8b077e43ee 100644 --- a/Documentation/usb/usb-serial.txt +++ b/Documentation/usb/usb-serial.txt | |||
| @@ -338,7 +338,7 @@ MCT USB Single Port Serial Adapter U232 | |||
| 338 | This driver is for the MCT USB-RS232 Converter (25 pin, Model No. | 338 | This driver is for the MCT USB-RS232 Converter (25 pin, Model No. |
| 339 | U232-P25) from Magic Control Technology Corp. (there is also a 9 pin | 339 | U232-P25) from Magic Control Technology Corp. (there is also a 9 pin |
| 340 | Model No. U232-P9). More information about this device can be found at | 340 | Model No. U232-P9). More information about this device can be found at |
| 341 | the manufacture's web-site: http://www.mct.com.tw. | 341 | the manufacturer's web-site: http://www.mct.com.tw. |
| 342 | 342 | ||
| 343 | The driver is generally working, though it still needs some more testing. | 343 | The driver is generally working, though it still needs some more testing. |
| 344 | It is derived from the Belkin USB Serial Adapter F5U103 driver and its | 344 | It is derived from the Belkin USB Serial Adapter F5U103 driver and its |
