summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2021-10-12 10:39:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-12 10:43:40 +0200
commit1d180bf813bd70dabe4e302670a0519db37702f9 (patch)
treea45de7fd4859e01873e8b53a5520bd472509dde7
parent815015e50dd6c70b94ec8d138034c16be73b196a (diff)
downloadbarebox-1d180bf813bd70dabe4e302670a0519db37702f9.tar.gz
barebox-1d180bf813bd70dabe4e302670a0519db37702f9.tar.xz
common: Kconfig: fix indentation
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Link: https://lore.barebox.org/20211012083920.14092-2-u.oelmann@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d8d20917aa..f4120b2083 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -992,9 +992,9 @@ config BTHREAD
select HAS_SCHED
depends on HAS_ARCH_SJLJ
help
- barebox threads are lightweight cooperative (green) threads that are
- scheduled within delay loops and the console idle to asynchronously
- execute actions, like checking for link up or feeding a watchdog.
+ barebox threads are lightweight cooperative (green) threads that are
+ scheduled within delay loops and the console idle to asynchronously
+ execute actions, like checking for link up or feeding a watchdog.
config STATE
bool "generic state infrastructure"