* [PATCH] improve comments in include/linux/phy.h
@ 2010-09-02 14:06 Peter Meerwald
2010-09-02 17:12 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Peter Meerwald @ 2010-09-02 14:06 UTC (permalink / raw)
To: netdev
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>
---
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;
/*
--
Peter Meerwald
Kaigasse 3 / 8
A-5020 Salzburg / AUSTRIA
+43-664-2444418 (mobile)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-02 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 14:06 [PATCH] improve comments in include/linux/phy.h Peter Meerwald
2010-09-02 17:12 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).