diff mbox series

[U-Boot,1/1] env: add missing newline

Message ID LzYsYthbnWjRcxvyypC5cZVW7Yq3wiELuDttUUSRYu2d0vFpVhDRCijgRDmqzuhimCThcf6Umke87vV9cMEvMUC7kGDXpxdJCr_yW1ssXh4=@philipmolloy.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] env: add missing newline | expand

Commit Message

Philip Molloy March 31, 2019, 3:44 a.m. UTC
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
---
 tools/env/fw_env.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.17.2

Comments

Tom Rini May 6, 2019, 11:13 a.m. UTC | #1
On Sun, Mar 31, 2019 at 03:44:57AM +0000, Philip Molloy wrote:

> Signed-off-by: Philip Molloy <philip@philipmolloy.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index a5d75958e1..1cdc008d7b 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -1742,7 +1742,7 @@  static int parse_config(struct env_opts *opts)

 		if (ENVSIZE(0) != ENVSIZE(1)) {
 			fprintf(stderr,
-				"Redundant environments have unequal size");
+				"Redundant environments have unequal size\n");
 			return -1;
 		}
 	}