diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2010-09-02 04:06:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-02 10:12:05 -0700 |
commit | c68839963426d42bdb2c915b435f9860d060e645 (patch) | |
tree | b7ade0bcf08dc6c2a8465cb78bec556079c7c963 | |
parent | 8ed2163ff3b6abc5143d46dea73e523b22a6f987 (diff) |
net: Improve comments in include/linux/phy.h
Correct state range of PHY bus addresses (i.e. 0-31) in comment,
make spelling of PHY consistent in comments.
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/phy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 6b0a782c6224..a6e047a04f79 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -116,7 +116,7 @@ struct mii_bus { /* list of all PHYs on bus */ struct phy_device *phy_map[PHY_MAX_ADDR]; - /* Phy addresses to be ignored when probing */ + /* PHY addresses to be ignored when probing */ u32 phy_mask; /* @@ -283,7 +283,7 @@ struct phy_device { phy_interface_t interface; - /* Bus address of the PHY (0-32) */ + /* Bus address of the PHY (0-31) */ int addr; /* |