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

31 Mar
2019
31 Mar
'19
5:44 a.m.
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

6 May
6 May
1:13 p.m.
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
2193
Age (days ago)
2229
Last active (days ago)
1 comments
2 participants
participants (2)
-
Philip Molloy
-
Tom Rini