From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Wed, 21 May 2008 21:40:23 +0900 Subject: [U-Boot-Users] [PATCH-v3] Big white-space cleanup. In-Reply-To: <20080520231042.AFEF8247A5@gemini.denx.de> References: <20080520231042.AFEF8247A5@gemini.denx.de> Message-ID: <48341837.7010302@ruby.dti.ne.jp> 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 wrote: > In message <20080520145044.C79DF24312@gemini.denx.de> I wrote: >> This commit gets rid of a huge amount of silly white-space issues. >> Especially, all sequences of SPACEs followed by TAB characters get >> removed (unless they appear in print statements). >> >> Also remove all embedded "vim:" and "vi:" statements which hide >> indentation problems. >> >> Signed-off-by: Wolfgang Denk > > The latest version of this patch is available for download here: > > ftp://ftp.denx.de/pub/tmp/big-white-space-cleanup.patch-v.3.gz I've checked all MIPS related changes: - cpu/mips/* - lib_mips/* - include/asm-mips/* - board/purple/* Unfortunately several wrong fixes or false positives still remains, but this patch definitely reduce the number of wrong indentations. Acked-by: Shinya Kuribayashi