[PATCH] startup: Add missing newline to notice message
Sascha Hauer
s.hauer at pengutronix.de
Mon Aug 3 17:38:50 EDT 2020
On Thu, Jul 16, 2020 at 03:28:16PM +0200, Jules Maselbas wrote:
> Signed-off-by: Jules Maselbas <jmaselbas at 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 at 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 |
More information about the barebox
mailing list