summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/cmd_mfgprot.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-10-02 21:52:43 +0200
committerFabio Estevam <festevam@gmail.com>2024-10-04 09:17:02 -0300
commitedb2e27530c2a24de8b2e5d24542ecbc6dbbc721 (patch)
treecca3c0697a12ace9d087d748363ab1295971906f /arch/arm/mach-imx/cmd_mfgprot.c
parent1c2feef8e15a3d2cb73047eb8a7b108d008e5975 (diff)
ARM: imx: Drop bogus newline
This shows up in 'help' output and introduces 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>
Diffstat (limited to 'arch/arm/mach-imx/cmd_mfgprot.c')
-rw-r--r--arch/arm/mach-imx/cmd_mfgprot.c2
1 files changed, 1 insertions, 1 deletions
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
);