projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce4551
)
net: phy: Remove trailing semicolon in macro definition
author
Marc Gonzalez
<marc_gonzalez@sigmadesigns.com>
Tue, 25 Jul 2017 09:08:15 +0000
(11:08 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 25 Jul 2017 19:33:43 +0000
(12:33 -0700)
Commit
e5a03bfd873c2
("phy: Add an mdio_device structure")
introduced a spurious trailing semicolon. Remove it.
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/phy.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/phy.h
b/include/linux/phy.h
index 2a9567bb818636ddf979d8a2d6708991ee06d1a5..0bb5b212ab42e4a430ac721362d317f51c0f637d 100644
(file)
--- a/
include/linux/phy.h
+++ b/
include/linux/phy.h
@@
-830,7
+830,7
@@
static inline int phy_read_status(struct phy_device *phydev)
dev_err(&_phydev->mdio.dev, format, ##args)
#define phydev_dbg(_phydev, format, args...) \
- dev_dbg(&_phydev->mdio.dev, format, ##args)
;
+ dev_dbg(&_phydev->mdio.dev, format, ##args)
static inline const char *phydev_name(const struct phy_device *phydev)
{