
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 wd@denx.de
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 shinya.kuribayashi@necel.com