From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Poselenov Date: Tue, 10 Aug 2010 10:26:47 +0400 Subject: [U-Boot] [PATCH 1/1] Fixed clobbered output of the "help usb" command In-Reply-To: References: <20100809160142.076efd9c@emcraft.com> Message-ID: <20100810102647.3dbb6fa0@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Remy, On Mon, 9 Aug 2010 19:26:46 +0200 Remy Bohmer wrote: > > --- a/common/cmd_usb.c > > +++ b/common/cmd_usb.c > > @@ -712,7 +712,7 @@ U_BOOT_CMD( > > ? ? ? ?"usb part [dev] - print partition table of one or all USB > > storage" " devices\n" > > Patch is corrupt. Lines are wrapped. > Sorry for that. Now I adjusted wrapping settings on my Claws Mail client. > > ? ? ? ?"usb read addr blk# cnt - read `cnt' blocks starting at block > > `blk#'\n" > > - ? ? ? " ? ?to memory address `addr'" > > + ? ? ? " ? ?to memory address `addr'\n" > > ? ? ? ?"usb write addr blk# cnt - write `cnt' blocks starting at > > block `blk#'\n" " ? ?from memory address `addr'" > > ?); > > Applied to u-boot-usb after some small fixes to this patch (header > text cleaned up and word wrapping) > Thanks. > Thank you. Regards, Sergei