b53: clean up code to match kernel style better
authorJonas Gorski <jogo@openwrt.org>
Fri, 10 Apr 2015 10:29:04 +0000 (10:29 +0000)
committerJonas Gorski <jogo@openwrt.org>
Fri, 10 Apr 2015 10:29:04 +0000 (10:29 +0000)
commit4e826d8303d305027bcfd726372a6cc2cf381d74
tree3f32e3d0e152d88b3739189bdcfb78c1e740a631
parent61885f95f07ee2a10d5165470e091bfec7fdc4ff
b53: clean up code to match kernel style better

* properly enclose macro arguments in paranthesis on use
* remove trailing white space
* convert C99 // comments
* add missing blank lines after declaration
* remove braces from single statement blocks
* split lines > 80 chars (except for one)

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45356
target/linux/generic/files/drivers/net/phy/b53/b53_common.c
target/linux/generic/files/drivers/net/phy/b53/b53_mmap.c
target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
target/linux/generic/files/drivers/net/phy/b53/b53_regs.h
target/linux/generic/files/drivers/net/phy/b53/b53_spi.c
target/linux/generic/files/drivers/net/phy/b53/b53_srab.c