Explorar o código

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>
Eddy L O Jansson %!s(int64=18) %!d(string=hai) anos
pai
achega
0e6ff1580f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      drivers/infiniband/hw/ehca/ehca_irq.c
  2. 1 1
      drivers/net/via-velocity.c

+ 1 - 1
drivers/infiniband/hw/ehca/ehca_irq.c

@@ -116,7 +116,7 @@ static void print_error_data(struct ehca_shca *shca, void *data,
 	}
 	}
 	default:
 	default:
 		ehca_err(&shca->ib_device,
 		ehca_err(&shca->ib_device,
-			 "Unknown errror type: %lx on %s.",
+			 "Unknown error type: %lx on %s.",
 			 type, shca->ib_device.name);
 			 type, shca->ib_device.name);
 		break;
 		break;
 	}
 	}

+ 1 - 1
drivers/net/via-velocity.c

@@ -1613,7 +1613,7 @@ static void velocity_error(struct velocity_info *vptr, int status)
 	if (status & ISR_TXSTLI) {
 	if (status & ISR_TXSTLI) {
 		struct mac_regs __iomem * regs = vptr->mac_regs;
 		struct mac_regs __iomem * regs = vptr->mac_regs;
 
 
-		printk(KERN_ERR "TD structure errror TDindex=%hx\n", readw(&regs->TDIdx[0]));
+		printk(KERN_ERR "TD structure error TDindex=%hx\n", readw(&regs->TDIdx[0]));
 		BYTE_REG_BITS_ON(TXESR_TDSTR, &regs->TXESR);
 		BYTE_REG_BITS_ON(TXESR_TDSTR, &regs->TXESR);
 		writew(TRDCSR_RUN, &regs->TDCSRClr);
 		writew(TRDCSR_RUN, &regs->TDCSRClr);
 		netif_stop_queue(vptr->dev);
 		netif_stop_queue(vptr->dev);