[PATCH] env: sf: cosmetic: remove unnecessary space

Patrick Delaunay patrick.delaunay at foss.st.com
Mon Jan 4 14:41:31 CET 2021


Remove the unnecessary space before the 2 "done:" labels
in env_sf_save().

Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
---

 env/sf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/env/sf.c b/env/sf.c
index 91ed2860ed..42d762714e 100644
--- a/env/sf.c
+++ b/env/sf.c
@@ -139,7 +139,7 @@ static int env_sf_save(void)
 
 	printf("Valid environment: %d\n", (int)gd->env_valid);
 
- done:
+done:
 	if (saved_buffer)
 		free(saved_buffer);
 
@@ -236,7 +236,7 @@ static int env_sf_save(void)
 	ret = 0;
 	puts("done\n");
 
- done:
+done:
 	if (saved_buffer)
 		free(saved_buffer);
 
-- 
2.17.1



More information about the U-Boot mailing list