[U-Boot] [PATCH 5/5] toradex: configblock: fix long line
Oleksandr Suvorov
cryosay at gmail.com
Tue Jul 9 14:08:52 UTC 2019
On Tue, 9 Jul 2019 at 12:43, 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: Oleksandr Suvorov <oleksandr.suvorov at toradex.com>
More information about the U-Boot
mailing list