[PATCH 10/14] env: flash: Cosmetic fix
Marek Behún
kabel at kernel.org
Fri Oct 22 15:47:21 CEST 2021
From: Marek Behún <marek.behun at nic.cz>
Change tab to space in env_flash_init().
Signed-off-by: Marek Behún <marek.behun at nic.cz>
---
env/flash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/env/flash.c b/env/flash.c
index 77d4c030a5..b928880502 100644
--- a/env/flash.c
+++ b/env/flash.c
@@ -229,7 +229,7 @@ static int env_flash_init(void)
return 0;
}
- gd->env_valid = ENV_INVALID;
+ gd->env_valid = ENV_INVALID;
return 0;
}
#endif
--
2.32.0
More information about the U-Boot
mailing list