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 01797cb4587e..a0dcc9b6a723 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -565,7 +565,7 @@ struct platform_device_id {
565/** 565/**
566 * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus 566 * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus
567 * @phy_id: The result of 567 * @phy_id: The result of
568 * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&PHYSID2)) & @phy_id_mask 568 * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&MII_PHYSID2)) & @phy_id_mask
569 * for this PHY type 569 * for this PHY type
570 * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0 570 * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0
571 * is used to terminate an array of struct mdio_device_id. 571 * is used to terminate an array of struct mdio_device_id.