diff mbox

improve comments in include/linux/phy.h

Message ID alpine.DEB.2.00.1009021559490.13414@hippogriff.cosy.sbg.ac.at
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Peter Meerwald-Stadler Sept. 2, 2010, 2:06 p.m. UTC
correctly 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>
---

Comments

David Miller Sept. 2, 2010, 5:12 p.m. UTC | #1
From: Peter Meerwald <pmeerw@pmeerw.net>
Date: Thu, 2 Sep 2010 16:06:24 +0200 (CEST)

> 
> correctly 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/phy.h b/include/linux/phy.h
index 6b0a782..a6e047a 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;
 
 	/*