aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/broadcom.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-08-17 09:58:04 -0400
committerJiri Kosina <jkosina@suse.cz>2011-09-27 12:08:04 -0400
commitbfb9035c98906aafcd3cf22694fba2550997bf53 (patch)
tree82256f42b5be76c49c0009b96b0641b34a8f16d3 /drivers/net/phy/broadcom.c
parent395cf9691d72173d8cdaa613c5f0255f993af94b (diff)
treewide: Correct spelling of successfully in comments
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/phy/broadcom.c')
-rw-r--r--drivers/net/phy/broadcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c
index d84c4224dd1..e8be47d6d7d 100644
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
@@ -553,7 +553,7 @@ static int bcm5481_config_aneg(struct phy_device *phydev)
553 /* 553 /*
554 * There is no BCM5481 specification available, so down 554 * There is no BCM5481 specification available, so down
555 * here is everything we know about "register 0x18". This 555 * here is everything we know about "register 0x18". This
556 * at least helps BCM5481 to successfuly receive packets 556 * at least helps BCM5481 to successfully receive packets
557 * on MPC8360E-RDK board. Peter Barada <peterb@logicpd.com> 557 * on MPC8360E-RDK board. Peter Barada <peterb@logicpd.com>
558 * says: "This sets delay between the RXD and RXC signals 558 * says: "This sets delay between the RXD and RXC signals
559 * instead of using trace lengths to achieve timing". 559 * instead of using trace lengths to achieve timing".