Clean up the code according to codestyle:
authorroy zang <tie-fei.zang@freescale.com>
Fri, 1 Dec 2006 03:47:36 +0000 (11:47 +0800)
committerZang Tiefei <roy@bus.ap.freescale.net>
Fri, 1 Dec 2006 03:47:36 +0000 (11:47 +0800)
commitee311214e0d216f904feea269599d0934bf71f23
tree8f942227d016d8cc52a12f4b66a02e4b1e7ed19b
parent6bd87c0aeea441c49d59fd542b84a9be88d08b17
Clean up the code according to codestyle:
(1) remove some C++ comments.
(2) remove trailing white space.
(3) remove trailing empty line.
(4) Indentation by table.
(5) remove {} in one line condition.
(6) add space before '(' in function call.
Remove some weird printf () output.
Add necessary comments.
Modified Makefile to support building in a separate directory.
13 files changed:
Makefile
board/mpc7448hpc2/Makefile
board/mpc7448hpc2/asm_init.S
board/mpc7448hpc2/mpc7448hpc2.c
board/mpc7448hpc2/tsi108_init.c
cpu/74xx_7xx/cpu.c
cpu/74xx_7xx/speed.c
doc/README.mpc7448hpc2
drivers/tsi108_eth.c
drivers/tsi108_i2c.c
drivers/tsi108_pci.c
include/configs/mpc7448hpc2.h
include/tsi108.h