summaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorMarc Gonzalez2017-07-25 11:08:15 +0200
committerDavid S. Miller2017-07-25 21:33:43 +0200
commit2eaa38d9fcba5294182268b8d11770cf3fdc9bc9 (patch)
tree09b2caf42c8552824bba6c245ec07a34e24a6e2c /include/linux/phy.h
parentudp: preserve head state for IP_CMSG_PASSSEC (diff)
downloadkernel-qcow2-linux-2eaa38d9fcba5294182268b8d11770cf3fdc9bc9.tar.gz
kernel-qcow2-linux-2eaa38d9fcba5294182268b8d11770cf3fdc9bc9.tar.xz
kernel-qcow2-linux-2eaa38d9fcba5294182268b8d11770cf3fdc9bc9.zip
net: phy: Remove trailing semicolon in macro definition
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>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 2a9567bb8186..0bb5b212ab42 100644
--- 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)
{