提交 c6883996 编写于 作者: P Peter Meerwald 提交者: David S. Miller

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: NPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8ed2163f
......@@ -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;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册