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>
This commit is contained in:
committed by
Fabio Estevam
parent
1c2feef8e1
commit
edb2e27530
@@ -143,6 +143,6 @@ U_BOOT_LONGHELP(mfgprot,
|
||||
|
||||
U_BOOT_CMD(
|
||||
mfgprot, 4, 1, do_mfgprot,
|
||||
"Manufacturing Protection\n",
|
||||
"Manufacturing Protection",
|
||||
mfgprot_help_text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user