
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Fix long line issue as reported by checkpatch.pl.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@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;