diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-09 01:12:49 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-06-09 10:28:07 -0400 |
commit | e55a3e8aed99626dd9a9a6732fc0eb5b75ef29bd (patch) | |
tree | a30fd1b93d804a0badc031936c730363c05c5bd5 /drivers/scsi/Kconfig | |
parent | f001f7f89689d3226678ab3986f3a486f54aa069 (diff) |
kconfig: remove leading whitespace in menu prompts
This removes all the leading whitespace kconfig now warns about.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index a480a3742d47..3e254560df4b 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1159,7 +1159,7 @@ config SCSI_NCR_Q720 | |||
1159 | you do not have this SCSI card, so say N. | 1159 | you do not have this SCSI card, so say N. |
1160 | 1160 | ||
1161 | config SCSI_NCR53C8XX_DEFAULT_TAGS | 1161 | config SCSI_NCR53C8XX_DEFAULT_TAGS |
1162 | int " default tagged command queue depth" | 1162 | int "default tagged command queue depth" |
1163 | depends on SCSI_ZALON || SCSI_NCR_Q720 | 1163 | depends on SCSI_ZALON || SCSI_NCR_Q720 |
1164 | default "8" | 1164 | default "8" |
1165 | ---help--- | 1165 | ---help--- |
@@ -1185,7 +1185,7 @@ config SCSI_NCR53C8XX_DEFAULT_TAGS | |||
1185 | There is no safe option other than using good SCSI devices. | 1185 | There is no safe option other than using good SCSI devices. |
1186 | 1186 | ||
1187 | config SCSI_NCR53C8XX_MAX_TAGS | 1187 | config SCSI_NCR53C8XX_MAX_TAGS |
1188 | int " maximum number of queued commands" | 1188 | int "maximum number of queued commands" |
1189 | depends on SCSI_ZALON || SCSI_NCR_Q720 | 1189 | depends on SCSI_ZALON || SCSI_NCR_Q720 |
1190 | default "32" | 1190 | default "32" |
1191 | ---help--- | 1191 | ---help--- |
@@ -1202,7 +1202,7 @@ config SCSI_NCR53C8XX_MAX_TAGS | |||
1202 | There is no safe option and the default answer is recommended. | 1202 | There is no safe option and the default answer is recommended. |
1203 | 1203 | ||
1204 | config SCSI_NCR53C8XX_SYNC | 1204 | config SCSI_NCR53C8XX_SYNC |
1205 | int " synchronous transfers frequency in MHz" | 1205 | int "synchronous transfers frequency in MHz" |
1206 | depends on SCSI_ZALON || SCSI_NCR_Q720 | 1206 | depends on SCSI_ZALON || SCSI_NCR_Q720 |
1207 | default "20" | 1207 | default "20" |
1208 | ---help--- | 1208 | ---help--- |
@@ -1236,7 +1236,7 @@ config SCSI_NCR53C8XX_SYNC | |||
1236 | terminations and SCSI conformant devices. | 1236 | terminations and SCSI conformant devices. |
1237 | 1237 | ||
1238 | config SCSI_NCR53C8XX_PROFILE | 1238 | config SCSI_NCR53C8XX_PROFILE |
1239 | bool " enable profiling" | 1239 | bool "enable profiling" |
1240 | depends on SCSI_ZALON || SCSI_NCR_Q720 | 1240 | depends on SCSI_ZALON || SCSI_NCR_Q720 |
1241 | help | 1241 | help |
1242 | This option allows you to enable profiling information gathering. | 1242 | This option allows you to enable profiling information gathering. |
@@ -1247,7 +1247,7 @@ config SCSI_NCR53C8XX_PROFILE | |||
1247 | The normal answer therefore is N. | 1247 | The normal answer therefore is N. |
1248 | 1248 | ||
1249 | config SCSI_NCR53C8XX_NO_DISCONNECT | 1249 | config SCSI_NCR53C8XX_NO_DISCONNECT |
1250 | bool " not allow targets to disconnect" | 1250 | bool "not allow targets to disconnect" |
1251 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 | 1251 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 |
1252 | help | 1252 | help |
1253 | This option is only provided for safety if you suspect some SCSI | 1253 | This option is only provided for safety if you suspect some SCSI |