[PATCH] fixup! [PATCH v2 8/8] miitool: Add code to register a PHY
Andrey Smirnov
andrew.smirnov at gmail.com
Sun Jan 31 20:07:26 PST 2016
Add missing paren.
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
commands/miitool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/miitool.c b/commands/miitool.c
index b61113c..9e86925 100644
--- a/commands/miitool.c
+++ b/commands/miitool.c
@@ -342,7 +342,7 @@ free_phydevname:
BAREBOX_CMD_HELP_START(miitool)
BAREBOX_CMD_HELP_TEXT("This utility checks or sets the status of a network interface's")
BAREBOX_CMD_HELP_TEXT("Media Independent Interface (MII) unit as well as allowing to")
-BAREBOX_CMD_HELP_TEXT"register dummy PHY devices for raw MDIO access. Most fast ethernet")
+BAREBOX_CMD_HELP_TEXT("register dummy PHY devices for raw MDIO access. Most fast ethernet")
BAREBOX_CMD_HELP_TEXT("adapters use an MII to autonegotiate link speed and duplex setting.")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Options:")
--
2.5.0
More information about the barebox
mailing list