···165165 @touch $@166166167167###168168-# Rules to generate postscripts and PNG imgages from .fig format files168168+# Rules to generate postscripts and PNG images from .fig format files169169quiet_cmd_fig2eps = FIG2EPS $@170170 cmd_fig2eps = fig2dev -Leps $< $@171171
+3-3
Documentation/DocBook/mtdnand.tmpl
···282282 goto out;283283 }284284285285- /* map physical adress */285285+ /* map physical address */286286 baseaddr = (unsigned long)ioremap(CHIP_PHYSICAL_ADDRESS, 1024);287287 if(!baseaddr){288288 printk("Ioremap to access NAND chip failed\n");···306306 this->dev_ready = board_dev_ready;307307 this->eccmode = NAND_ECC_SOFT;308308309309- /* Scan to find existance of the device */309309+ /* Scan to find existence of the device */310310 if (nand_scan (board_mtd, 1)) {311311 err = -ENXIO;312312 goto out_ior;···340340 /* Release resources, unregister device */341341 nand_release (board_mtd);342342343343- /* unmap physical adress */343343+ /* unmap physical address */344344 iounmap((void *)baseaddr);345345346346 /* Free the MTD device structure */
+1-1
Documentation/isdn/README.concap
···111111 struct concap_proto * (*proto_new) (void);112112113113 /* delete encapsulation protocol instance and free all its resources.114114- cprot may no loger be referenced after calling this */114114+ cprot may no longer be referenced after calling this */115115 void (*proto_del)(struct concap_proto *cprot);116116117117 /* initialize the protocol's data. To be called at interface startup
+1-1
Documentation/networking/ip-sysctl.txt
···293293 when the connection closes, so that connections established in the294294 near future can use these to set initial conditions. Usually, this295295 increases overall performance, but may sometimes cause performance296296- degredation. If set, TCP will not cache metrics on closing296296+ degradation. If set, TCP will not cache metrics on closing297297 connections.298298299299tcp_orphan_retries - INTEGER
+1-1
Documentation/thinkpad-acpi.txt
···12031203Enabling debugging output12041204-------------------------1205120512061206-The module takes a debug paramater which can be used to selectively12061206+The module takes a debug parameter which can be used to selectively12071207enable various classes of debugging output, for example:1208120812091209 modprobe ibm_acpi debug=0xffff
+1-1
Documentation/usb/usb-serial.txt
···338338 This driver is for the MCT USB-RS232 Converter (25 pin, Model No.339339 U232-P25) from Magic Control Technology Corp. (there is also a 9 pin340340 Model No. U232-P9). More information about this device can be found at341341- the manufacture's web-site: http://www.mct.com.tw.341341+ the manufacturer's web-site: http://www.mct.com.tw.342342343343 The driver is generally working, though it still needs some more testing.344344 It is derived from the Belkin USB Serial Adapter F5U103 driver and its