projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2feef
)
ARM: imx: Drop bogus newline
author
Marek Vasut
<marex@denx.de>
Wed, 2 Oct 2024 19:52:43 +0000
(21:52 +0200)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/cmd_mfgprot.c
b/arch/arm/mach-imx/cmd_mfgprot.c
index 9f37e611a1e7d44928e8c2beb65e518740cd2280..8f66de699c518f0d4cd3df61a8fe82be12444256 100644
(file)
--- 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
);