[U-Boot] [PATCH v5 03/30] env: Use tabs in ENV_IS_IN_FAT

Simon Glass sjg at chromium.org
Thu Aug 3 18:21:50 UTC 2017


Tidy up the formatting of this option.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v5:
- Rewrite commit message to mention that it just changes tabs now

Changes in v4: None
Changes in v3: None
Changes in v2: None

 env/Kconfig | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/env/Kconfig b/env/Kconfig
index 9f97f9c90c..c8dd65f3a5 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -81,11 +81,10 @@ config ENV_IS_IN_FAT
 	depends on !CHAIN_OF_TRUST
 	select FAT_WRITE
 	help
-         Define this if you want to use the FAT file system for the environment.
+	  Define this if you want to use the FAT file system for the environment.
 
-
-         - CONFIG_FAT_WRITE:
-         This must be enabled. Otherwise it cannot save the environment file.
+	  - CONFIG_FAT_WRITE:
+	  This must be enabled. Otherwise it cannot save the environment file.
 
 config ENV_IS_IN_FLASH
 	bool "Environment in flash memory"
-- 
2.14.0.rc1.383.gd1ce394fe2-goog



More information about the U-Boot mailing list