aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-11-30 07:38:43 -0500
committerJiri Kosina <jkosina@suse.cz>2013-12-02 08:54:57 -0500
commit5065a706c1784f2dd661cd43c1ac2b4ae92d0afa (patch)
tree7a219e78eb267df0380b902f9393772c06070bda
parent90e51adf16db137d9b61eea952af32ee2f454c41 (diff)
treewide: Fix typo in Kconfig
Correct spelling typo in Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--arch/arm/mach-at91/Kconfig.non_dt2
-rw-r--r--arch/x86/Kconfig2
-rw-r--r--drivers/isdn/mISDN/Kconfig2
-rw-r--r--drivers/scsi/Kconfig4
-rw-r--r--drivers/xen/Kconfig2
-rw-r--r--net/netfilter/ipset/Kconfig2
6 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/Kconfig.non_dt b/arch/arm/mach-at91/Kconfig.non_dt
index ca900be144ce..0363dba7d3f6 100644
--- a/arch/arm/mach-at91/Kconfig.non_dt
+++ b/arch/arm/mach-at91/Kconfig.non_dt
@@ -241,7 +241,7 @@ config MACH_PCONTROL_G20
241 bool "PControl G20 CPU module" 241 bool "PControl G20 CPU module"
242 help 242 help
243 Select this if you are using taskit's Stamp9G20 CPU module on this 243 Select this if you are using taskit's Stamp9G20 CPU module on this
244 carrier board, beeing the decentralized unit of a building automation 244 carrier board, being the decentralized unit of a building automation
245 system; featuring nvram, eth-switch, iso-rs485, display, io 245 system; featuring nvram, eth-switch, iso-rs485, display, io
246 246
247config MACH_GSIA18S 247config MACH_GSIA18S
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5c0ed72c02a2..96c52bb23feb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -948,7 +948,7 @@ config X86_ANCIENT_MCE
948 depends on X86_32 && X86_MCE 948 depends on X86_32 && X86_MCE
949 ---help--- 949 ---help---
950 Include support for machine check handling on old Pentium 5 or WinChip 950 Include support for machine check handling on old Pentium 5 or WinChip
951 systems. These typically need to be enabled explicitely on the command 951 systems. These typically need to be enabled explicitly on the command
952 line. 952 line.
953 953
954config X86_MCE_THRESHOLD 954config X86_MCE_THRESHOLD
diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig
index 1747a02a019a..c0730d5c734d 100644
--- a/drivers/isdn/mISDN/Kconfig
+++ b/drivers/isdn/mISDN/Kconfig
@@ -17,7 +17,7 @@ config MISDN_DSP
17 17
18 This module may be used for special applications that require 18 This module may be used for special applications that require
19 cross connecting of bchannels, conferencing, dtmf decoding, 19 cross connecting of bchannels, conferencing, dtmf decoding,
20 echo cancelation, tone generation, and Blowfish encryption and 20 echo cancellation, tone generation, and Blowfish encryption and
21 decryption. It may use hardware features if available. 21 decryption. It may use hardware features if available.
22 22
23 E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu 23 E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index fe25677a5511..a2d61d061be7 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -204,9 +204,9 @@ config SCSI_MULTI_LUN
204 Some devices support more than one LUN (Logical Unit Number) in order 204 Some devices support more than one LUN (Logical Unit Number) in order
205 to allow access to several media, e.g. CD jukebox, USB card reader, 205 to allow access to several media, e.g. CD jukebox, USB card reader,
206 mobile phone in mass storage mode. This option forces the kernel to 206 mobile phone in mass storage mode. This option forces the kernel to
207 probe for all LUNs by default. This setting can be overriden by 207 probe for all LUNs by default. This setting can be overridden by
208 max_luns boot/module parameter. Note that this option does not affect 208 max_luns boot/module parameter. Note that this option does not affect
209 devices conforming to SCSI-3 or higher as they can explicitely report 209 devices conforming to SCSI-3 or higher as they can explicitly report
210 their number of LUNs. It is safe to say Y here unless you have one of 210 their number of LUNs. It is safe to say Y here unless you have one of
211 those rare devices which reacts in an unexpected way when probed for 211 those rare devices which reacts in an unexpected way when probed for
212 multiple LUNs. 212 multiple LUNs.
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 23eae5cb69c2..e8dc72c4bf11 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -223,7 +223,7 @@ config XEN_ACPI_PROCESSOR
223 223
224 To do that the driver parses the Power Management data and uploads 224 To do that the driver parses the Power Management data and uploads
225 said information to the Xen hypervisor. Then the Xen hypervisor can 225 said information to the Xen hypervisor. Then the Xen hypervisor can
226 select the proper Cx and Pxx states. It also registers itslef as the 226 select the proper Cx and Pxx states. It also registers itself as the
227 SMM so that other drivers (such as ACPI cpufreq scaling driver) will 227 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
228 not load. 228 not load.
229 229
diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig
index ba36c283d837..95e7d62f3008 100644
--- a/net/netfilter/ipset/Kconfig
+++ b/net/netfilter/ipset/Kconfig
@@ -21,7 +21,7 @@ config IP_SET_MAX
21 You can define here default value of the maximum number 21 You can define here default value of the maximum number
22 of IP sets for the kernel. 22 of IP sets for the kernel.
23 23
24 The value can be overriden by the 'max_sets' module 24 The value can be overridden by the 'max_sets' module
25 parameter of the 'ip_set' module. 25 parameter of the 'ip_set' module.
26 26
27config IP_SET_BITMAP_IP 27config IP_SET_BITMAP_IP