From 4e826d8303d305027bcfd726372a6cc2cf381d74 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 10 Apr 2015 10:29:04 +0000 Subject: 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 SVN-Revision: 45356 --- target/linux/generic/files/drivers/net/phy/b53/b53_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/files/drivers/net/phy/b53/b53_priv.h') 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 || -- cgit v1.2.3