Commit 15c6d8e5 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by David S. Miller

mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ade44640
...@@ -565,7 +565,7 @@ struct platform_device_id { ...@@ -565,7 +565,7 @@ struct platform_device_id {
/** /**
* struct mdio_device_id - identifies PHY devices on an MDIO/MII bus * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus
* @phy_id: The result of * @phy_id: The result of
* (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&PHYSID2)) & @phy_id_mask * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&MII_PHYSID2)) & @phy_id_mask
* for this PHY type * for this PHY type
* @phy_id_mask: Defines the significant bits of @phy_id. A value of 0 * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0
* is used to terminate an array of struct mdio_device_id. * is used to terminate an array of struct mdio_device_id.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment