From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 22 Apr 2008 22:50:57 +0200 Subject: [U-Boot-Users] [PATCH 1/2][MIPS] qemu-mips: Cleanup whiespaces, tab indentations, etc. In-Reply-To: <20080422153202.9CDD324AB5@gemini.denx.de> References: <480DFFD1.50406@ruby.dti.ne.jp> <20080422153202.9CDD324AB5@gemini.denx.de> Message-ID: <20080422205057.GD22850@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17:32 Tue 22 Apr , Wolfgang Denk wrote: > In message <480DFFD1.50406@ruby.dti.ne.jp> you wrote: > > No functional change. > > > > Signed-off-by: Shinya Kuribayashi > > --- > > > > include/configs/qemu-mips.h | 65 +++++++++++++++++++++---------------------- > > 1 files changed, 32 insertions(+), 33 deletions(-) > > > > > > diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h > > index e164019..be00356 100644 > > --- a/include/configs/qemu-mips.h > > +++ b/include/configs/qemu-mips.h > > @@ -12,7 +12,7 @@ > > * > > * This program is distributed in the hope that it will be useful, > > * but WITHOUT ANY WARRANTY; without even the implied warranty of > > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Please add the sof of the first author of the patch from who you deriverd. As example, I've done the same for the NE2000 fix. Best Regards, J.