Skip to content

Commit

Permalink
net: Improve comments in include/linux/phy.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Meerwald authored and David S. Miller committed Sep 2, 2010
1 parent 8ed2163 commit c688399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down Expand Up @@ -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;

/*
Expand Down

0 comments on commit c688399

Please sign in to comment.