From patchwork Tue Nov 27 16:37:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 202272 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 7B6552C008C for ; Wed, 28 Nov 2012 05:25:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ECB1A4A0FA; Tue, 27 Nov 2012 19:25:49 +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 cZYwOUFZCaN9; Tue, 27 Nov 2012 19:25:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 98E874A0FD; Tue, 27 Nov 2012 19:25:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4D4AC4A051 for ; Tue, 27 Nov 2012 17:38:19 +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 R22v2LrMrjry for ; Tue, 27 Nov 2012 17:38:16 +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 mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTPS id D358F4A09C for ; Tue, 27 Nov 2012 17:38:14 +0100 (CET) Received: by mail-wg0-f52.google.com with SMTP id fg15so3855233wgb.9 for ; Tue, 27 Nov 2012 08:38:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ZOYvdOagYO903aMCGteD5Q5L7r4ltsxpeYe2xzQigxY=; b=ZfRn97vcjPSqD/W1lEoAC4y+IknyijhkJOINxy+SOvkby+uhCCfs/J2xUIvSPbKiLw YvTw1GaZIuyi+ASJchCkEqDlWS85etw/5lPJ8r8T2ETfb84BgOrbpr0JijlKcjPwB0Pl LY8Qv9wO7KrFlOrJv/Bh4YJ8mfMU3niukdQI+uApoElzaa1btteLpLmz9tA4gcZdoLVa lFf8p/pezrQrZQdb/xkkyhcgcRKpv9KgG9SclfpljIFAO1MYsrSpfJmrueX5Fie0Nn87 hkjHGHdzHHAf5ONYRV+sNx0Tfm2Pl7MYuq98mc1CofiF4v/XgYcEwg3sYO69kPGgKAa4 JH9g== Received: by 10.216.143.105 with SMTP id k83mr5341125wej.15.1354034292700; Tue, 27 Nov 2012 08:38:12 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id y3sm3201787wix.6.2012.11.27.08.38.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 08:38:12 -0800 (PST) From: Richard Genoud To: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Tue, 27 Nov 2012 17:37:50 +0100 Message-Id: <1354034273-15093-2-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354034273-15093-1-git-send-email-richard.genoud@gmail.com> References: <1354034273-15093-1-git-send-email-richard.genoud@gmail.com> X-Mailman-Approved-At: Tue, 27 Nov 2012 19:25:36 +0100 Cc: Richard Genoud , u-boot@lists.denx.de, Bo Shen Subject: [U-Boot] [PATCH 1/4] usb documentation: fix typo X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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: Richard Genoud --- doc/README.usb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/README.usb b/doc/README.usb index ef1d6ba..b4c3ef5 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -63,7 +63,7 @@ Common USB Commands: Storage USB Commands: - usb scan: scans the USB for storage devices.The USB must be running for this command (usb start) -- usb device [dev]: show or set current USB staorage device +- usb device [dev]: show or set current USB storage device - usb part [dev]: print partition table of one or all USB storage devices - usb read addr blk# cnt: