[U-Boot] [PATCH 5/5] toradex: configblock: fix long line

Igor Opaniuk igor.opaniuk at toradex.com
Tue Jul 9 10:01:45 UTC 2019


On Tue, Jul 9, 2019 at 12:42 PM Marcel Ziswiler <marcel at ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> Fix long line issue as reported by checkpatch.pl.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> ---
>
>  board/toradex/common/tdx-cfg-block.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
> index a81b0f637c..329c289758 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -531,7 +531,8 @@ static int do_cfgblock_create(cmd_tbl_t *cmdtp, int flag, int argc,
>                         char message[CONFIG_SYS_CBSIZE];
>
>                         sprintf(message,
> -                               "A valid Toradex config block is present, still recreate? [y/N] ");
> +                               "A valid Toradex config block is present, " \
> +                               "still recreate? [y/N] ");
>
>                         if (!cli_readline(message))
>                                 goto out;
> --
> 2.21.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Reviewed-by: Igor Opaniuk <igor.opaniuk at toradex.com>

-- 
Best regards - Freundliche GrĂ¼sse - Meilleures salutations

Senior Development Engineer,
Igor Opaniuk

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 48
00 (main line)


More information about the U-Boot mailing list