diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-11-10 20:49:04 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-17 20:08:45 +0300 |
commit | 5268e0bf7123c422892fec362f5be2bcae9bbb95 (patch) | |
tree | eeeaba4e8c2da03a3e94775df0ffe29ebacd8fc9 /sound/soc/generic/Kconfig | |
parent | 9a207228bdf0a4933b794c944d7111564353ea94 (diff) | |
download | linux-5268e0bf7123c422892fec362f5be2bcae9bbb95.tar.xz |
ASoC: Fix 7/8 spaces indentation in Kconfig
Some entries used 7 or 8 spaces instead if a single TAB.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20201110174904.3413846-1-geert@linux-m68k.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r-- | sound/soc/generic/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index a90c3b28bce5..4cafcf0e2bbf 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only config SND_SIMPLE_CARD_UTILS - tristate + tristate config SND_SIMPLE_CARD tristate "ASoC Simple sound card support" |