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 /sound/oss | |
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 'sound/oss')
-rw-r--r-- | sound/oss/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 558c6ed443be..e5bce16b0c4c 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -838,6 +838,6 @@ config SOUND_SH_DAC_AUDIO | |||
838 | depends on SOUND_PRIME && CPU_SH3 | 838 | depends on SOUND_PRIME && CPU_SH3 |
839 | 839 | ||
840 | config SOUND_SH_DAC_AUDIO_CHANNEL | 840 | config SOUND_SH_DAC_AUDIO_CHANNEL |
841 | int " DAC channel" | 841 | int "DAC channel" |
842 | default "1" | 842 | default "1" |
843 | depends on SOUND_SH_DAC_AUDIO | 843 | depends on SOUND_SH_DAC_AUDIO |