]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 13 Dec 2018 20:00:11 +0000 (15:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Dec 2018 20:10:20 +0000 (12:10 -0800)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mod_devicetable.h

index 01797cb4587ede275db60176820571a3dea92c18..a0dcc9b6a723754896aaf638114e07b7fc0bdfcf 100644 (file)
@@ -565,7 +565,7 @@ struct platform_device_id {
 /**
  * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus
  * @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
  * @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.