diff options
author | Eddy L O Jansson <eddy@klopper.net> | 2007-07-31 03:38:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:40 -0400 |
commit | 0e6ff1580ff5d8dc10ec58d22b3e1a6f372f7f40 (patch) | |
tree | ca75193307cf5a96dba54c170c554ac8f0f92d5d /drivers/net/via-velocity.c | |
parent | 41d202d80e829c0a489119ad63d7ece08a9786da (diff) |
in-string typos of "error"
One patch for two trivial typos of 'error' with three R's, appearing in message strings.
There's a bunch more of the same in comments, not dealt with here.
Signed-off-by: Eddy L O Jansson <eddy@klopper.net>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/via-velocity.c')
-rw-r--r-- | drivers/net/via-velocity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c index f331843d1102..93574add4063 100644 --- a/drivers/net/via-velocity.c +++ b/drivers/net/via-velocity.c | |||
@@ -1613,7 +1613,7 @@ static void velocity_error(struct velocity_info *vptr, int status) | |||
1613 | if (status & ISR_TXSTLI) { | 1613 | if (status & ISR_TXSTLI) { |
1614 | struct mac_regs __iomem * regs = vptr->mac_regs; | 1614 | struct mac_regs __iomem * regs = vptr->mac_regs; |
1615 | 1615 | ||
1616 | printk(KERN_ERR "TD structure errror TDindex=%hx\n", readw(®s->TDIdx[0])); | 1616 | printk(KERN_ERR "TD structure error TDindex=%hx\n", readw(®s->TDIdx[0])); |
1617 | BYTE_REG_BITS_ON(TXESR_TDSTR, ®s->TXESR); | 1617 | BYTE_REG_BITS_ON(TXESR_TDSTR, ®s->TXESR); |
1618 | writew(TRDCSR_RUN, ®s->TDCSRClr); | 1618 | writew(TRDCSR_RUN, ®s->TDCSRClr); |
1619 | netif_stop_queue(vptr->dev); | 1619 | netif_stop_queue(vptr->dev); |