diff options
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_irq.c | 2 | ||||
-rw-r--r-- | drivers/net/via-velocity.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_irq.c b/drivers/infiniband/hw/ehca/ehca_irq.c index 71c0799b3500..ee06d8bd7396 100644 --- a/drivers/infiniband/hw/ehca/ehca_irq.c +++ b/drivers/infiniband/hw/ehca/ehca_irq.c | |||
@@ -116,7 +116,7 @@ static void print_error_data(struct ehca_shca *shca, void *data, | |||
116 | } | 116 | } |
117 | default: | 117 | default: |
118 | ehca_err(&shca->ib_device, | 118 | ehca_err(&shca->ib_device, |
119 | "Unknown errror type: %lx on %s.", | 119 | "Unknown error type: %lx on %s.", |
120 | type, shca->ib_device.name); | 120 | type, shca->ib_device.name); |
121 | break; | 121 | break; |
122 | } | 122 | } |
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); |