From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Date: Sat, 16 May 2009 10:30:09 +0200 Subject: [U-Boot] [PATCH v6] Add imls utility command In-Reply-To: <20090515192521.3648A832E416@gemini.denx.de> References: <49F73702.1080004@gmail.com> <20090515192521.3648A832E416@gemini.denx.de> Message-ID: <4A0E7991.2040201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk ha scritto: > Dear Marco, > > In message <49F73702.1080004@gmail.com> you wrote: >> From: Marco Stornelli >> >> This patch adds, under tools folder, a new command called imls. Its >> goal is the same of UBoot's imls but it can be used as Linux shell >> command. It reads from raw mtd partition and prints the list of the >> stored images. >> >> Signed-off-by: Marco Stornelli >> --- >> > > Applie, thanks, but: > > /home/wd/git/u-boot/work/.git/rebase-apply/patch:269: trailing whitespace. > if (--argc <= 0) > /home/wd/git/u-boot/work/.git/rebase-apply/patch:313: trailing whitespace. > fprintf(stderr, "%s: Unsupported flash type %u\n", > /home/wd/git/u-boot/work/.git/rebase-apply/patch:370: trailing whitespace. > } > /home/wd/git/u-boot/work/.git/rebase-apply/patch:437: trailing whitespace. > > warning: 4 lines applied after fixing whitespace errors. > > > Please pay attention to the coding style! > > Best regards, > > Wolfgang Denk > Thank you very much Wolfgang. Regards, Marco