aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-12-02 12:37:33 -0500
committerDavid S. Miller <davem@davemloft.net>2011-12-02 12:37:33 -0500
commit1d214fa34fc7878d90e0963f9eb4895510db5e48 (patch)
tree6a604ca855701c9c86306c77dbae1a35d0e9d059 /drivers/net/ethernet/sun/niu.c
parentefa230f2c68abab817f13473077f8d0cc74f43f3 (diff)
niu: Fix typo in comment.
Reported-by: Thomas Jarosch <thomas.jarosch@intra2net.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sun/niu.c')
-rw-r--r--drivers/net/ethernet/sun/niu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sun/niu.c b/drivers/net/ethernet/sun/niu.c
index 88e6b1501ec8..cf433931304f 100644
--- a/drivers/net/ethernet/sun/niu.c
+++ b/drivers/net/ethernet/sun/niu.c
@@ -8589,7 +8589,7 @@ static int __devinit phy_record(struct niu_parent *parent,
8589 if (dev_id_1 < 0 || dev_id_2 < 0) 8589 if (dev_id_1 < 0 || dev_id_2 < 0)
8590 return 0; 8590 return 0;
8591 if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) { 8591 if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) {
8592 /* Becuase of the NIU_PHY_ID_MASK being applied, the 8704 8592 /* Because of the NIU_PHY_ID_MASK being applied, the 8704
8593 * test covers the 8706 as well. 8593 * test covers the 8706 as well.
8594 */ 8594 */
8595 if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) && 8595 if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) &&