public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] env: sf: cosmetic: remove unnecessary space
@ 2021-01-04 13:41 Patrick Delaunay
  2021-01-30 19:20 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2021-01-04 13:41 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Patrick Delaunay <patrick.delaunay@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] env: sf: cosmetic: remove unnecessary space
  2021-01-04 13:41 [PATCH] env: sf: cosmetic: remove unnecessary space Patrick Delaunay
@ 2021-01-30 19:20 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-01-30 19:20 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 04, 2021 at 02:41:31PM +0100, Patrick Delaunay wrote:

> Remove the unnecessary space before the 2 "done:" labels
> in env_sf_save().
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210130/d23e4e47/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-30 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 13:41 [PATCH] env: sf: cosmetic: remove unnecessary space Patrick Delaunay
2021-01-30 19:20 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox