]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: imx: Drop bogus newline
authorMarek Vasut <marex@denx.de>
Wed, 2 Oct 2024 19:52:43 +0000 (21:52 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 4 Oct 2024 12:17:02 +0000 (09:17 -0300)
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>
arch/arm/mach-imx/cmd_mfgprot.c

index 9f37e611a1e7d44928e8c2beb65e518740cd2280..8f66de699c518f0d4cd3df61a8fe82be12444256 100644 (file)
@@ -143,6 +143,6 @@ U_BOOT_LONGHELP(mfgprot,
 
 U_BOOT_CMD(
        mfgprot, 4, 1, do_mfgprot,
-       "Manufacturing Protection\n",
+       "Manufacturing Protection",
        mfgprot_help_text
 );