From mboxrd@z Thu Jan 1 00:00:00 1970 From: seedshope Date: Sun, 23 Jan 2011 03:23:44 +0800 Subject: [U-Boot] [v4 patch 6/6] SMDK6400: Fix SMDK6400 SDRAM init In-Reply-To: <4D3A87D6.80803@free.fr> References: <1295624053-8060-1-git-send-email-bocui107@gmail.com> <1295624053-8060-7-git-send-email-bocui107@gmail.com> <4D39C7C5.10608@mvista.com> <4D39CAF2.8020608@gmail.com> <4D39CD30.8010102@gmail.com> <4D39D09E.6070808@free.fr> <4D39D3D2.1070402@gmail.com> <4D39DA44.2000002@free.fr> <4D3A396A.6010607@gmail.com> <4D3A87D6.80803@free.fr> Message-ID: <4D3B2EC0.1020102@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 On 01/22/2011 03:31 PM, Albert ARIBAUD wrote: > Hi seedshope, > > Le 22/01/2011 02:56, seedshope a ?crit : > >>>> My patch is ok, I just two tabs in my e-mail, But I sent the mail, >>>> It is change. >>> Do you send the patch through git format-patch and git send-email? > >> Yes, I use the git format-patch and git send-email > >>> Many e-mail softwares have weird issues when posting git patches, >>> which is why git has its own tools for sending patches via e-mail. > >> ok > > Since you're using git format-patch and git send-email, then your > original change is not correctly aligned. I suggest you check your > code editor's settings on indentation and use of tabulations, notably > the "tab size": tabs should align on 8-space multiples; also check > that your editor uses a fixed font -- you never know. Hi Amicalement I check my patch 6 on the http://news.gmane.org/gmane.comp.boot-loaders.u-boot, It look fine. I have a bit despondent. Why do you think it has a format problem. Thanks seedshope > > Amicalement,