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)
commitac3a88867877cec592e6634eb84644f657334f9a
treedbf2a19d5f1256120b9082001411bde02d84b75a
parentbceb15d45f33969876f0563a408e7ec53bb8f968
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