From: Roman Zippel This removes all the leading whitespace kconfig now warns about. Signed-off-by: Roman Zippel Cc: Sam Ravnborg Signed-off-by: Andrew Morton --- drivers/mtd/Kconfig | 4 ++-- drivers/mtd/maps/Kconfig | 2 +- drivers/scsi/Kconfig | 10 +++++----- drivers/scsi/qla2xxx/Kconfig | 12 ++++++------ sound/oss/Kconfig | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff -puN drivers/mtd/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts drivers/mtd/Kconfig --- devel/drivers/mtd/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts 2006-04-30 00:30:14.000000000 -0700 +++ devel-akpm/drivers/mtd/Kconfig 2006-04-30 00:30:14.000000000 -0700 @@ -86,14 +86,14 @@ config MTD_REDBOOT_DIRECTORY_BLOCK block and "-2" means the penultimate block. config MTD_REDBOOT_PARTS_UNALLOCATED - bool " Include unallocated flash regions" + bool "Include unallocated flash regions" depends on MTD_REDBOOT_PARTS help If you need to register each unallocated flash region as a MTD 'partition', enable this option. config MTD_REDBOOT_PARTS_READONLY - bool " Force read-only for RedBoot system images" + bool "Force read-only for RedBoot system images" depends on MTD_REDBOOT_PARTS help If you need to force read-only for 'RedBoot', 'RedBoot Config' and diff -puN drivers/mtd/maps/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts drivers/mtd/maps/Kconfig --- devel/drivers/mtd/maps/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts 2006-04-30 00:30:14.000000000 -0700 +++ devel-akpm/drivers/mtd/maps/Kconfig 2006-04-30 00:30:14.000000000 -0700 @@ -212,7 +212,7 @@ config MTD_NETtel Support for flash chips on NETtel/SecureEdge/SnapGear boards. config MTD_ALCHEMY - tristate ' AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support' + tristate "AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support" depends on SOC_AU1X00 help Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards diff -puN drivers/scsi/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts drivers/scsi/Kconfig --- devel/drivers/scsi/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts 2006-04-30 00:30:14.000000000 -0700 +++ devel-akpm/drivers/scsi/Kconfig 2006-04-30 00:30:14.000000000 -0700 @@ -1159,7 +1159,7 @@ config SCSI_NCR_Q720 you do not have this SCSI card, so say N. config SCSI_NCR53C8XX_DEFAULT_TAGS - int " default tagged command queue depth" + int "default tagged command queue depth" depends on SCSI_ZALON || SCSI_NCR_Q720 default "8" ---help--- @@ -1185,7 +1185,7 @@ config SCSI_NCR53C8XX_DEFAULT_TAGS There is no safe option other than using good SCSI devices. config SCSI_NCR53C8XX_MAX_TAGS - int " maximum number of queued commands" + int "maximum number of queued commands" depends on SCSI_ZALON || SCSI_NCR_Q720 default "32" ---help--- @@ -1202,7 +1202,7 @@ config SCSI_NCR53C8XX_MAX_TAGS There is no safe option and the default answer is recommended. config SCSI_NCR53C8XX_SYNC - int " synchronous transfers frequency in MHz" + int "synchronous transfers frequency in MHz" depends on SCSI_ZALON || SCSI_NCR_Q720 default "20" ---help--- @@ -1236,7 +1236,7 @@ config SCSI_NCR53C8XX_SYNC terminations and SCSI conformant devices. config SCSI_NCR53C8XX_PROFILE - bool " enable profiling" + bool "enable profiling" depends on SCSI_ZALON || SCSI_NCR_Q720 help This option allows you to enable profiling information gathering. @@ -1247,7 +1247,7 @@ config SCSI_NCR53C8XX_PROFILE The normal answer therefore is N. config SCSI_NCR53C8XX_NO_DISCONNECT - bool " not allow targets to disconnect" + bool "not allow targets to disconnect" depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 help This option is only provided for safety if you suspect some SCSI diff -puN drivers/scsi/qla2xxx/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts drivers/scsi/qla2xxx/Kconfig --- devel/drivers/scsi/qla2xxx/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts 2006-04-30 00:30:14.000000000 -0700 +++ devel-akpm/drivers/scsi/qla2xxx/Kconfig 2006-04-30 00:30:14.000000000 -0700 @@ -30,7 +30,7 @@ config SCSI_QLA_FC be removed from the kernel sources. config SCSI_QLA2XXX_EMBEDDED_FIRMWARE - bool " Use firmware-loader modules (DEPRECATED)" + bool "Use firmware-loader modules (DEPRECATED)" depends on SCSI_QLA_FC help This option offers you the deprecated firmware-loader @@ -38,33 +38,33 @@ config SCSI_QLA2XXX_EMBEDDED_FIRMWARE Firmware Loader interface in the qla2xxx driver. config SCSI_QLA21XX - tristate " Build QLogic ISP2100 firmware-module" + tristate "Build QLogic ISP2100 firmware-module" depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE ---help--- This driver supports the QLogic 21xx (ISP2100) host adapter family. config SCSI_QLA22XX - tristate " Build QLogic ISP2200 firmware-module" + tristate "Build QLogic ISP2200 firmware-module" depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE ---help--- This driver supports the QLogic 22xx (ISP2200) host adapter family. config SCSI_QLA2300 - tristate " Build QLogic ISP2300/ISP6312 firmware-module" + tristate "Build QLogic ISP2300/ISP6312 firmware-module" depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE ---help--- This driver supports the QLogic 2300 (ISP2300, ISP2312 and ISP6312) host adapter family. config SCSI_QLA2322 - tristate " Build QLogic ISP2322/ISP6322 firmware-module" + tristate "Build QLogic ISP2322/ISP6322 firmware-module" depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE ---help--- This driver supports the QLogic 2322 (ISP2322 and ISP6322) host adapter family. config SCSI_QLA24XX - tristate " Build QLogic ISP24xx firmware-module" + tristate "Build QLogic ISP24xx firmware-module" depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE ---help--- This driver supports the QLogic 24xx (ISP2422 and ISP2432) host diff -puN sound/oss/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts sound/oss/Kconfig --- devel/sound/oss/Kconfig~kconfig-remove-leading-whitespace-in-menu-prompts 2006-04-30 00:30:14.000000000 -0700 +++ devel-akpm/sound/oss/Kconfig 2006-04-30 00:30:14.000000000 -0700 @@ -838,6 +838,6 @@ config SOUND_SH_DAC_AUDIO depends on SOUND_PRIME && CPU_SH3 config SOUND_SH_DAC_AUDIO_CHANNEL - int " DAC channel" + int "DAC channel" default "1" depends on SOUND_SH_DAC_AUDIO _