net: ethtool: Fix comment mentioning typo in IS_ENABLED()
[linux-block.git] / include / linux / ethtool_netlink.h
index 8fbe4f97ffadfc8ce041140eaf127ae26dfe47d5..1e7bf78cb3829cc4059862a1256746d562492116 100644 (file)
@@ -67,5 +67,5 @@ static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first,
 {
        return -EOPNOTSUPP;
 }
-#endif /* IS_ENABLED(ETHTOOL_NETLINK) */
+#endif /* IS_ENABLED(CONFIG_ETHTOOL_NETLINK) */
 #endif /* _LINUX_ETHTOOL_NETLINK_H_ */