diff mbox series

ARM: imx: Drop bogus newline

Message ID 20241002195304.21973-1-marex@denx.de
State New
Delegated to: Fabio Estevam
Headers show
Series ARM: imx: Drop bogus newline | expand

Commit Message

Marek Vasut Oct. 2, 2024, 7:52 p.m. UTC
This shows up in 'help' output and introdues bogus gap:
"
mfgprot   - Manufacturing Protection

mii       - MII utility commands
"
Drop the newline to fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/mach-imx/cmd_mfgprot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peng Fan Oct. 4, 2024, 10:06 a.m. UTC | #1
> Subject: [PATCH] ARM: imx: Drop bogus newline
> 
> This shows up in 'help' output and introdues bogus gap:
> "
> mfgprot   - Manufacturing Protection
> 
> mii       - MII utility commands
> "
> Drop the newline to fix this.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---

Acked-by: Peng Fan <peng.fan@nxp.com>
diff mbox series

Patch

diff --git a/arch/arm/mach-imx/cmd_mfgprot.c b/arch/arm/mach-imx/cmd_mfgprot.c
index 9f37e611a1e..8f66de699c5 100644
--- a/arch/arm/mach-imx/cmd_mfgprot.c
+++ b/arch/arm/mach-imx/cmd_mfgprot.c
@@ -143,6 +143,6 @@  U_BOOT_LONGHELP(mfgprot,
 
 U_BOOT_CMD(
 	mfgprot, 4, 1, do_mfgprot,
-	"Manufacturing Protection\n",
+	"Manufacturing Protection",
 	mfgprot_help_text
 );