From patchwork Wed Nov 2 14:59:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Veli-Pekka Peltola X-Patchwork-Id: 123282 X-Patchwork-Delegate: linux@bohmer.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id DB3C4B6F88 for ; Thu, 3 Nov 2011 02:08:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81BC528B9A; Wed, 2 Nov 2011 16:07:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W0+XHjuQITju; Wed, 2 Nov 2011 16:07:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4F6DD28926; Wed, 2 Nov 2011 16:07:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 52E0428856 for ; Wed, 2 Nov 2011 16:07:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r-beDQnAPFuk for ; Wed, 2 Nov 2011 16:07:48 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from darkblue.bluegiga.com (bluegiga.fi [194.100.31.45]) by theia.denx.de (Postfix) with ESMTP id CDBD928850 for ; Wed, 2 Nov 2011 16:07:48 +0100 (CET) Received: from bluegiga.com ([10.1.1.102]) by darkblue.bluegiga.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 2 Nov 2011 17:00:41 +0200 Received: by bluegiga.com (sSMTP sendmail emulation); Wed, 02 Nov 2011 17:00:18 +0200 From: Veli-Pekka Peltola To: u-boot@lists.denx.de Date: Wed, 2 Nov 2011 16:59:55 +0200 Message-Id: <1320245996-22531-1-git-send-email-veli-pekka.peltola@bluegiga.com> X-Mailer: git-send-email 1.7.4.1 X-OriginalArrivalTime: 02 Nov 2011 15:00:41.0939 (UTC) FILETIME=[30B3FA30:01CC9970] Subject: [U-Boot] [PATCH 1/2] cosmetic: remove excess whitespace from usb command help X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Veli-Pekka Peltola Cc: Remy Bohmer --- 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