public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] board: imx6dl-sielaff: spl.c: Remove multiline string
@ 2024-02-20  9:01 Frieder Schrempf
  2024-02-24 22:11 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Frieder Schrempf @ 2024-02-20  9:01 UTC (permalink / raw)
  To: Frieder Schrempf, Tom Rini, u-boot
  Cc: Dan Carpenter, Fabio Estevam, Stefano Babic

From: Frieder Schrempf <frieder.schrempf@kontron.de>

Remove the malformed multiline string and fix the checkpatch warning.

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 board/sielaff/imx6dl-sielaff/spl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/sielaff/imx6dl-sielaff/spl.c b/board/sielaff/imx6dl-sielaff/spl.c
index 64a84fd5122..6815952c0fb 100644
--- a/board/sielaff/imx6dl-sielaff/spl.c
+++ b/board/sielaff/imx6dl-sielaff/spl.c
@@ -93,8 +93,8 @@ int board_mmc_init(struct bd_info *bis)
 			usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
 			break;
 		default:
-			printf("Warning: you configured more USDHC controllers \
-				(%d) than supported by the board\n", i + 1);
+			printf("Warning: you configured more USDHC controllers (%d) than supported by the board\n",
+			       i + 1);
 			return -EINVAL;
 		}
 
-- 
2.43.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] board: imx6dl-sielaff: spl.c: Remove multiline string
  2024-02-20  9:01 [PATCH] board: imx6dl-sielaff: spl.c: Remove multiline string Frieder Schrempf
@ 2024-02-24 22:11 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2024-02-24 22:11 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: Frieder Schrempf, Tom Rini, u-boot, Dan Carpenter, Stefano Babic

On Tue, Feb 20, 2024 at 6:01 AM Frieder Schrempf <frieder@fris.de> wrote:
>
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>
> Remove the malformed multiline string and fix the checkpatch warning.
>
> Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-24 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20  9:01 [PATCH] board: imx6dl-sielaff: spl.c: Remove multiline string Frieder Schrempf
2024-02-24 22:11 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox