* typo in via-velocity.c
@ 2007-06-06 7:07 Dave Jones
2007-06-09 22:26 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2007-06-06 7:07 UTC (permalink / raw)
To: netdev
http://bugzilla.kernel.org/show_bug.cgi?id=8160
Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c
index 25b75b6..b670b97 100644
--- a/drivers/net/via-velocity.c
+++ b/drivers/net/via-velocity.c
@@ -1562,7 +1562,7 @@ static void velocity_print_link_status(struct velocity_info *vptr)
if (vptr->mii_status & VELOCITY_LINK_FAIL) {
VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: failed to detect cable link\n", vptr->dev->name);
} else if (vptr->options.spd_dpx == SPD_DPX_AUTO) {
- VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: Link autonegation", vptr->dev->name);
+ VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: Link auto-negotiation", vptr->dev->name);
if (vptr->mii_status & VELOCITY_SPEED_1000)
VELOCITY_PRT(MSG_LEVEL_INFO, " speed 1000M bps");
--
http://www.codemonkey.org.uk
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: typo in via-velocity.c
2007-06-06 7:07 typo in via-velocity.c Dave Jones
@ 2007-06-09 22:26 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-06-09 22:26 UTC (permalink / raw)
To: Dave Jones; +Cc: netdev
Dave Jones wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=8160
>
> Signed-off-by: Dave Jones <davej@redhat.com>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-09 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 7:07 typo in via-velocity.c Dave Jones
2007-06-09 22:26 ` Jeff Garzik
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).