projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade4464
)
mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"
author
Robert P. J. Day
<
[email protected]
>
Thu, 13 Dec 2018 20:00:11 +0000
(15:00 -0500)
committer
David S. Miller
<
[email protected]
>
Sat, 15 Dec 2018 20:10:20 +0000
(12:10 -0800)
Signed-off-by: Robert P. J. Day <
[email protected]
>
Reviewed-by: Florian Fainelli <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/mod_devicetable.h
patch
|
blob
|
history
diff --git
a/include/linux/mod_devicetable.h
b/include/linux/mod_devicetable.h
index 01797cb4587ede275db60176820571a3dea92c18..a0dcc9b6a723754896aaf638114e07b7fc0bdfcf 100644
(file)
--- a/
include/linux/mod_devicetable.h
+++ b/
include/linux/mod_devicetable.h
@@
-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.