
On Tue, 20 May 2008 16:50:44 +0200 Wolfgang Denk wd@denx.de 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 wd@denx.de
Wolfgang, are you not working on your current head?:
Applying Big white-space cleanup. error: patch failed: common/usb.c:892 error: common/usb.c: patch does not apply Patch failed at 0001. When you have resolved this problem run "git-am --resolved". If you would prefer to skip this patch, instead run "git-am --skip".
plus, it looks like the patch is replacing tabs with spaces (see, e.g., pib_init() changes in board/freescale/mpc8349emds/pci.c).
also,
tools/easylogo/linux_logo.tga | Bin 19244 -> 19663 bytes
I don't think you meant to cleanup whitespace in binary files. :)
Kim