[U-Boot] [PATCH 1/2] cosmetic: remove excess whitespace from usb command help

Veli-Pekka Peltola veli-pekka.peltola at bluegiga.com
Wed Nov 2 15:59:55 CET 2011


Signed-off-by: Veli-Pekka Peltola <veli-pekka.peltola at bluegiga.com>
Cc: Remy Bohmer <linux at bohmer.net>
---
 common/cmd_usb.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index 8c87265..aecde13 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -701,10 +701,10 @@ U_BOOT_CMD(
 	usb,	5,	1,	do_usb,
 	"USB sub-system",
 	"reset - reset (rescan) USB controller\n"
-	"usb stop [f]  - stop USB [f]=force stop\n"
-	"usb tree  - show USB device tree\n"
+	"usb stop [f] - stop USB [f]=force stop\n"
+	"usb tree - show USB device tree\n"
 	"usb info [dev] - show available USB devices\n"
-	"usb storage  - show details of USB storage devices\n"
+	"usb storage - show details of USB storage devices\n"
 	"usb dev [dev] - show or set current USB storage device\n"
 	"usb part [dev] - print partition table of one or all USB storage"
 	" devices\n"
@@ -726,7 +726,7 @@ U_BOOT_CMD(
 	usb,	5,	1,	do_usb,
 	"USB sub-system",
 	"reset - reset (rescan) USB controller\n"
-	"usb  tree  - show USB device tree\n"
-	"usb  info [dev] - show available USB devices"
+	"usb tree - show USB device tree\n"
+	"usb info [dev] - show available USB devices"
 );
 #endif
-- 
1.7.4.1



More information about the U-Boot mailing list