From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Wed, 21 May 2008 06:47:55 +0900 Subject: [U-Boot-Users] [PATCH] Big white-space cleanup. In-Reply-To: <20080520205437.A2B08247A5@gemini.denx.de> References: <20080520205437.A2B08247A5@gemini.denx.de> Message-ID: <4833470B.6000904@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: >> plus, it looks like the patch is replacing tabs with spaces (see, e.g., >> pib_init() changes in board/freescale/mpc8349emds/pci.c). > > Hm... [snip] > Argghhh.... No, really not. Thanks for cathing this one. It skipped > both my automatic and manual verification :-( > > > Patch version 2 available at > ftp://ftp.denx.de/pub/tmp/big-white-space-cleanup.patch-v.2.gz I started to check some MIPS related file, and immediately found wrong fixes. board/purple/purple.c ... cache_unroll cpu/mips/asc_serial.c ... TOUT_LOOP, FBS_ISR, many others! cpu/mips/start.S ... All tabs removed!!! : : [stop further review at this point] Let me confirm whether above is intentional change or not, please? I'm afraid it's better to leave them as they are, even if there are silly white-space issues left. Shinya