aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mod_devicetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r--include/linux/mod_devicetable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index cbd94df31743..f9bd2f34b99f 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -582,7 +582,7 @@ struct platform_device_id {
582/** 582/**
583 * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus 583 * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus
584 * @phy_id: The result of 584 * @phy_id: The result of
585 * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&PHYSID2)) & @phy_id_mask 585 * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&MII_PHYSID2)) & @phy_id_mask
586 * for this PHY type 586 * for this PHY type
587 * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0 587 * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0
588 * is used to terminate an array of struct mdio_device_id. 588 * is used to terminate an array of struct mdio_device_id.