* [PATCH] startup: Add missing newline to notice message
@ 2020-07-16 13:28 Jules Maselbas
2020-08-03 21:38 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Jules Maselbas @ 2020-07-16 13:28 UTC (permalink / raw)
To: Barebox List; +Cc: Jules Maselbas
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
common/startup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/startup.c b/common/startup.c
index 511675ed5..10dbe754e 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -155,7 +155,7 @@ static int load_environment(void)
envfs_load(default_environment_path, "/env", 0);
} else {
if (IS_ENABLED(CONFIG_DEFAULT_ENVIRONMENT))
- pr_notice("No support for persistent environment. Using default environment");
+ pr_notice("No support for persistent environment. Using default environment\n");
}
nvvar_load();
--
2.17.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] startup: Add missing newline to notice message
2020-07-16 13:28 [PATCH] startup: Add missing newline to notice message Jules Maselbas
@ 2020-08-03 21:38 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-08-03 21:38 UTC (permalink / raw)
To: Jules Maselbas; +Cc: Barebox List
On Thu, Jul 16, 2020 at 03:28:16PM +0200, Jules Maselbas wrote:
> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
> ---
> common/startup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks
Sascha
>
> diff --git a/common/startup.c b/common/startup.c
> index 511675ed5..10dbe754e 100644
> --- a/common/startup.c
> +++ b/common/startup.c
> @@ -155,7 +155,7 @@ static int load_environment(void)
> envfs_load(default_environment_path, "/env", 0);
> } else {
> if (IS_ENABLED(CONFIG_DEFAULT_ENVIRONMENT))
> - pr_notice("No support for persistent environment. Using default environment");
> + pr_notice("No support for persistent environment. Using default environment\n");
> }
>
> nvvar_load();
> --
> 2.17.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-03 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 13:28 [PATCH] startup: Add missing newline to notice message Jules Maselbas
2020-08-03 21:38 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox