aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-10 10:29:04 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-10 10:29:04 +0000
commit4e826d8303d305027bcfd726372a6cc2cf381d74 (patch)
tree3f32e3d0e152d88b3739189bdcfb78c1e740a631 /target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
parent61885f95f07ee2a10d5165470e091bfec7fdc4ff (diff)
downloadupstream-4e826d8303d305027bcfd726372a6cc2cf381d74.tar.gz
upstream-4e826d8303d305027bcfd726372a6cc2cf381d74.tar.bz2
upstream-4e826d8303d305027bcfd726372a6cc2cf381d74.zip
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
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/b53/b53_priv.h')
-rw-r--r--target/linux/generic/files/drivers/net/phy/b53/b53_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h b/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
index bc9b53368b..4336fdba66 100644
--- a/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
+++ b/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
@@ -150,7 +150,7 @@ static inline int is63xx(struct b53_device *dev)
return 0;
#endif
}
-
+
static inline int is5301x(struct b53_device *dev)
{
return dev->chip_id == BCM53010_DEVICE_ID ||