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

Fix "the the" in various Kconfig

Fix typo "the the" in various Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
59bf8964 3773b454

+11 -11
+2 -2
arch/arm/Kconfig
··· 1927 1927 default ZBOOT_ROM_NONE 1928 1928 help 1929 1929 Include experimental SD/MMC loading code in the ROM-able zImage. 1930 - With this enabled it is possible to write the the ROM-able zImage 1930 + With this enabled it is possible to write the ROM-able zImage 1931 1931 kernel image to an MMC or SD card and boot the kernel straight 1932 1932 from the reset vector. At reset the processor Mask ROM will load 1933 - the first part of the the ROM-able zImage which in turn loads the 1933 + the first part of the ROM-able zImage which in turn loads the 1934 1934 rest the kernel image to RAM. 1935 1935 1936 1936 config ZBOOT_ROM_NONE
+2 -2
arch/arm/mach-s3c64xx/Kconfig
··· 210 210 and audio daughtercard for the Samsung SMDK6410 reference 211 211 platform. Enabling this option will build support for this 212 212 module into the kernel. The presence of the module will be 213 - detected at runtime so the the resulting kernel can be used 213 + detected at runtime so the resulting kernel can be used 214 214 with or without the 1190-EV1 fitted. 215 215 216 216 config SMDK6410_WM1192_EV1 ··· 226 226 daughtercard for the Samsung SMDK6410 reference platform. 227 227 Enabling this option will build support for this module into 228 228 the kernel. The presence of the daughtercard will be 229 - detected at runtime so the the resulting kernel can be used 229 + detected at runtime so the resulting kernel can be used 230 230 with or without the 1192-EV1 fitted. 231 231 232 232 config MACH_NCP
+1 -1
arch/blackfin/Kconfig
··· 1258 1258 (all processors, except ADSP-BF549). This option sets 1259 1259 the general-purpose wake-up enable (GPWE) control bit to enable 1260 1260 wake-up upon detection of an active low signal on the /GPW (PH7) pin. 1261 - On ADSP-BF549 this option enables the the same functionality on the 1261 + On ADSP-BF549 this option enables the same functionality on the 1262 1262 /MRXON pin also PH7. 1263 1263 1264 1264 endmenu
+2 -2
drivers/iommu/Kconfig
··· 43 43 With this option you can enable support for AMD IOMMU hardware in 44 44 your system. An IOMMU is a hardware component which provides 45 45 remapping of DMA memory accesses from devices. With an AMD IOMMU you 46 - can isolate the the DMA memory of different devices and protect the 46 + can isolate the DMA memory of different devices and protect the 47 47 system from misbehaving device drivers or hardware. 48 48 49 49 You can find out if your system has an AMD IOMMU if you look into ··· 67 67 ---help--- 68 68 This option enables support for the AMD IOMMUv2 features of the IOMMU 69 69 hardware. Select this option if you want to use devices that support 70 - the the PCI PRI and PASID interface. 70 + the PCI PRI and PASID interface. 71 71 72 72 # Intel IOMMU support 73 73 config DMAR_TABLE
+1 -1
drivers/net/can/sja1000/Kconfig
··· 75 75 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 76 76 depends on PCI 77 77 ---help--- 78 - This driver is for the the PCIcanx and PCIcan cards (1, 2 or 78 + This driver is for the PCIcanx and PCIcan cards (1, 2 or 79 79 4 channel) from Kvaser (http://www.kvaser.com). 80 80 81 81 config CAN_PLX_PCI
+1 -1
drivers/net/irda/Kconfig
··· 316 316 tristate "Alchemy IrDA SIR/FIR" 317 317 depends on IRDA && MIPS_ALCHEMY 318 318 help 319 - Say Y/M here to build suppor the the IrDA peripheral on the 319 + Say Y/M here to build support the IrDA peripheral on the 320 320 Alchemy Au1000 and Au1100 SoCs. 321 321 Say M to build a module; it will be called au1k_ir.ko 322 322
+1 -1
kernel/trace/Kconfig
··· 272 272 bool "Trace likely/unlikely profiler" 273 273 select TRACE_BRANCH_PROFILING 274 274 help 275 - This tracer profiles all the the likely and unlikely macros 275 + This tracer profiles all likely and unlikely macros 276 276 in the kernel. It will display the results in: 277 277 278 278 /sys/kernel/debug/tracing/trace_stat/branch_annotated
+1 -1
sound/soc/imx/Kconfig
··· 28 28 tristate 29 29 30 30 config SND_MXC_SOC_WM1133_EV1 31 - tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted" 31 + tristate "Audio on the i.MX31ADS with WM1133-EV1 fitted" 32 32 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL 33 33 select SND_SOC_WM8350 34 34 select SND_MXC_SOC_FIQ