Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spelling fixes: Documentation/

Spelling fixes in Documentation/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Simon Arlott and committed by
Adrian Bunk
0f035b8e 5895df96

+8 -8
+1 -1
Documentation/DocBook/Makefile
··· 165 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 169 quiet_cmd_fig2eps = FIG2EPS $@ 170 170 cmd_fig2eps = fig2dev -Leps $< $@ 171 171
+3 -3
Documentation/DocBook/mtdnand.tmpl
··· 282 282 goto out; 283 283 } 284 284 285 - /* map physical adress */ 285 + /* map physical address */ 286 286 baseaddr = (unsigned long)ioremap(CHIP_PHYSICAL_ADDRESS, 1024); 287 287 if(!baseaddr){ 288 288 printk("Ioremap to access NAND chip failed\n"); ··· 306 306 this->dev_ready = board_dev_ready; 307 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 310 if (nand_scan (board_mtd, 1)) { 311 311 err = -ENXIO; 312 312 goto out_ior; ··· 340 340 /* Release resources, unregister device */ 341 341 nand_release (board_mtd); 342 342 343 - /* unmap physical adress */ 343 + /* unmap physical address */ 344 344 iounmap((void *)baseaddr); 345 345 346 346 /* Free the MTD device structure */
+1 -1
Documentation/isdn/README.concap
··· 111 111 struct concap_proto * (*proto_new) (void); 112 112 113 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 115 void (*proto_del)(struct concap_proto *cprot); 116 116 117 117 /* initialize the protocol's data. To be called at interface startup
+1 -1
Documentation/networking/ip-sysctl.txt
··· 293 293 when the connection closes, so that connections established in the 294 294 near future can use these to set initial conditions. Usually, this 295 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 297 connections. 298 298 299 299 tcp_orphan_retries - INTEGER
+1 -1
Documentation/thinkpad-acpi.txt
··· 1203 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 1207 enable various classes of debugging output, for example: 1208 1208 1209 1209 modprobe ibm_acpi debug=0xffff
+1 -1
Documentation/usb/usb-serial.txt
··· 338 338 This driver is for the MCT USB-RS232 Converter (25 pin, Model No. 339 339 U232-P25) from Magic Control Technology Corp. (there is also a 9 pin 340 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 343 The driver is generally working, though it still needs some more testing. 344 344 It is derived from the Belkin USB Serial Adapter F5U103 driver and its