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

Still more typo fixes

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Matt LaPlante and committed by
Adrian Bunk
cab00891 44c09201

+24 -24
+1 -1
arch/arm/mach-s3c2410/Kconfig
··· 13 13 bool "Simtec Electronics ANUBIS" 14 14 select CPU_S3C2440 15 15 help 16 - Say Y gere if you are using the Simtec Electronics ANUBIS 16 + Say Y here if you are using the Simtec Electronics ANUBIS 17 17 development system 18 18 19 19 config MACH_OSIRIS
+7 -7
arch/ppc/platforms/85xx/Kconfig
··· 24 24 config MPC8548_CDS 25 25 bool "Freescale MPC8548 CDS" 26 26 help 27 - This option enablese support for the MPC8548 CDS evaluation board. 27 + This option enables support for the MPC8548 CDS evaluation board. 28 28 29 29 config MPC8555_CDS 30 30 bool "Freescale MPC8555 CDS" 31 31 help 32 - This option enablese support for the MPC8555 CDS evaluation board. 32 + This option enables support for the MPC8555 CDS evaluation board. 33 33 34 34 config MPC8560_ADS 35 35 bool "Freescale MPC8560 ADS" ··· 51 51 config TQM8540 52 52 bool "TQ Components TQM8540" 53 53 help 54 - This option enablese support for the TQ Components TQM8540 board. 54 + This option enables support for the TQ Components TQM8540 board. 55 55 56 56 config TQM8541 57 57 bool "TQ Components TQM8541" 58 58 help 59 - This option enablese support for the TQ Components TQM8541 board. 59 + This option enables support for the TQ Components TQM8541 board. 60 60 61 61 config TQM8555 62 62 bool "TQ Components TQM8555" 63 63 help 64 - This option enablese support for the TQ Components TQM8555 board. 64 + This option enables support for the TQ Components TQM8555 board. 65 65 66 66 config TQM8560 67 67 bool "TQ Components TQM8560" 68 68 help 69 - This option enablese support for the TQ Components TQM8560 board. 69 + This option enables support for the TQ Components TQM8560 board. 70 70 71 71 endchoice 72 72 ··· 94 94 default y 95 95 96 96 config 85xx_PCI2 97 - bool "Supprt for 2nd PCI host controller" 97 + bool "Support for 2nd PCI host controller" 98 98 depends on MPC8555_CDS 99 99 default y 100 100
+2 -2
arch/xtensa/Kconfig
··· 206 206 207 207 endmenu 208 208 209 - menu "Exectuable file formats" 209 + menu "Executable file formats" 210 210 211 211 # only elf supported 212 212 config KCORE_ELF ··· 241 241 bool "Embed root filesystem ramdisk into the kernel" 242 242 243 243 config EMBEDDED_RAMDISK_IMAGE 244 - string "Filename of gziped ramdisk image" 244 + string "Filename of gzipped ramdisk image" 245 245 depends on EMBEDDED_RAMDISK 246 246 default "ramdisk.gz" 247 247 help
+1 -1
drivers/infiniband/ulp/ipoib/Kconfig
··· 26 26 bool "IP-over-InfiniBand data path debugging" 27 27 depends on INFINIBAND_IPOIB_DEBUG 28 28 ---help--- 29 - This option compiles debugging code into the the data path 29 + This option compiles debugging code into the data path 30 30 of the IPoIB driver. The output can be turned on via the 31 31 data_debug_level module parameter; however, even with output 32 32 turned off, this debugging code will have some performance
+1 -1
drivers/media/video/cx88/Kconfig
··· 69 69 depends on VIDEO_CX88_DVB && DVB_MT352 70 70 ---help--- 71 71 This adds DVB-T support for cards based on the 72 - Connexant 2388x chip and the MT352 demodulator, 72 + Conexant 2388x chip and the MT352 demodulator, 73 73 which also require support for the VP-3054 74 74 Secondary I2C bus, such at DNTV Live! DVB-T Pro.
+1 -1
drivers/net/Kconfig
··· 2115 2115 depends on PCI && EXPERIMENTAL 2116 2116 select CRC32 2117 2117 ---help--- 2118 - This driver supports Gigabit Ethernet adapters based on the the 2118 + This driver supports Gigabit Ethernet adapters based on the 2119 2119 Marvell Yukon 2 chipset: 2120 2120 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 2121 2121 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
+1 -1
drivers/pci/hotplug/Kconfig
··· 157 157 tristate "RPA PCI Hotplug driver" 158 158 depends on HOTPLUG_PCI && PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE 159 159 help 160 - Say Y here if you have a a RPA system that supports PCI Hotplug. 160 + Say Y here if you have a RPA system that supports PCI Hotplug. 161 161 162 162 To compile this driver as a module, choose M here: the 163 163 module will be called rpaphp.
+1 -1
drivers/usb/atm/Kconfig
··· 64 64 Say Y here if you have a DSL USB modem not explicitly supported by 65 65 another USB DSL drivers. In order to use your modem you will need to 66 66 pass the vendor ID, product ID, and endpoint numbers for transmission 67 - and reception as module parameters. You may need to initialize the 67 + and reception as module parameters. You may need to initialize 68 68 the modem using a user space utility (a firmware loader for example). 69 69 70 70 To compile this driver as a module, choose M here: the
+1 -1
drivers/usb/gadget/Kconfig
··· 7 7 # 8 8 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 9 9 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 10 - # - Some systems have both kinds of of controller. 10 + # - Some systems have both kinds of controllers. 11 11 # 12 12 # With help from a special transceiver and a "Mini-AB" jack, systems with 13 13 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
+1 -1
drivers/video/Kconfig
··· 188 188 bool "LogicPD LCD 3.5\" QVGA w/HRTFT IC" 189 189 help 190 190 This is an implementation of the Sharp LQ035Q7DB02, a 3.5" 191 - color QVGA, HRTFT panel. The LogicPD device includes an 191 + color QVGA, HRTFT panel. The LogicPD device includes 192 192 an integrated HRTFT controller IC. 193 193 The native resolution is 240x320. 194 194
+1 -1
fs/Kconfig
··· 1365 1365 1366 1366 If you have floppies or hard disk partitions like that, it is likely 1367 1367 that they contain binaries from those other Unix systems; in order 1368 - to run these binaries, you will want to install linux-abi which is a 1368 + to run these binaries, you will want to install linux-abi which is 1369 1369 a set of kernel modules that lets you run SCO, Xenix, Wyse, 1370 1370 UnixWare, Dell Unix and System V programs under Linux. It is 1371 1371 available via FTP (user: ftp) from
+3 -3
fs/cifs/README
··· 269 269 (gid) mount option is specified. For the uid (gid) of newly 270 270 created files and directories, ie files created since 271 271 the last mount of the server share, the expected uid 272 - (gid) is cached as as long as the inode remains in 272 + (gid) is cached as long as the inode remains in 273 273 memory on the client. Also note that permission 274 274 checks (authorization checks) on accesses to a file occur 275 275 at the server, but there are cases in which an administrator ··· 375 375 the local process on newly created files, directories, and 376 376 devices (create, mkdir, mknod). If the CIFS Unix Extensions 377 377 are not negotiated, for newly created files and directories 378 - instead of using the default uid and gid specified on the 378 + instead of using the default uid and gid specified on 379 379 the mount, cache the new file's uid and gid locally which means 380 380 that the uid for the file can change when the inode is 381 381 reloaded (or the user remounts the share). ··· 440 440 create device files and fifos in a format compatible with 441 441 Services for Unix (SFU). In addition retrieve bits 10-12 442 442 of the mode via the SETFILEBITS extended attribute (as 443 - SFU does). In the future the bottom 9 bits of the mode 443 + SFU does). In the future the bottom 9 bits of the 444 444 mode also will be emulated using queries of the security 445 445 descriptor (ACL). 446 446 sign Must use packet signing (helps avoid unwanted data modification
+1 -1
net/ipv4/Kconfig
··· 556 556 default n 557 557 ---help--- 558 558 TCP Low Priority (TCP-LP), a distributed algorithm whose goal is 559 - to utiliza only the excess network bandwidth as compared to the 559 + to utilize only the excess network bandwidth as compared to the 560 560 ``fair share`` of bandwidth as targeted by TCP. 561 561 See http://www-ece.rice.edu/networks/TCP-LP/ 562 562
+1 -1
net/ipv4/ipvs/Kconfig
··· 204 204 connections to the server with the shortest expected delay. The 205 205 expected delay that the job will experience is (Ci + 1) / Ui if 206 206 sent to the ith server, in which Ci is the number of connections 207 - on the the ith server and Ui is the fixed service rate (weight) 207 + on the ith server and Ui is the fixed service rate (weight) 208 208 of the ith server. 209 209 210 210 If you want to compile it in kernel, say Y. To compile it as a
+1 -1
security/selinux/Kconfig
··· 122 122 well as any conntrack helpers for protocols which you 123 123 wish to control. 124 124 125 - If you are unsure what do do here, select N. 125 + If you are unsure what to do here, select N. 126 126 127 127 config SECURITY_SELINUX_POLICYDB_VERSION_MAX 128 128 bool "NSA SELinux maximum supported policy format version"