All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] env: add missing newline
@ 2019-03-31  3:44 Philip Molloy
  2019-05-06 11:13 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Molloy @ 2019-03-31  3:44 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Philip Molloy <philip@philipmolloy.com>
---
 tools/env/fw_env.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 		}
 	}
--
2.17.2

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

* [U-Boot] [PATCH 1/1] env: add missing newline
  2019-03-31  3:44 [U-Boot] [PATCH 1/1] env: add missing newline Philip Molloy
@ 2019-05-06 11:13 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-05-06 11:13 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190506/38033be5/attachment.sig>

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

end of thread, other threads:[~2019-05-06 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-31  3:44 [U-Boot] [PATCH 1/1] env: add missing newline Philip Molloy
2019-05-06 11:13 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.