lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <op.tvg10w0r1eqlny@laptop.klopper.net>
Date:	Sat, 14 Jul 2007 22:32:46 +0200
From:	"Eddy L O Jansson" <eddy@...pper.net>
To:	romieu@...zoreil.com, rolandd@...co.com
Cc:	trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.22] Trivial: 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@...pper.net>
---
diff -uprN -X linux-2.6.22-vanilla/Documentation/dontdiff linux-2.6.22-vanilla/drivers/infiniband/hw/ehca/ehca_irq.c linux-2.6.22-errrorfixed/drivers/infiniband/hw/ehca/ehca_irq.c
--- linux-2.6.22-vanilla/drivers/infiniband/hw/ehca/ehca_irq.c	2007-07-09 01:32:17.000000000 +0200
+++ linux-2.6.22-errrorfixed/drivers/infiniband/hw/ehca/ehca_irq.c	2007-07-14 21:51:38.000000000 +0200
@@ -113,7 +113,7 @@ static void print_error_data(struct ehca
  	}
  	default:
  		ehca_err(&shca->ib_device,
-			 "Unknown errror type: %lx on %s.",
+			 "Unknown error type: %lx on %s.",
  			 type, shca->ib_device.name);
  		break;
  	}
diff -uprN -X linux-2.6.22-vanilla/Documentation/dontdiff linux-2.6.22-vanilla/drivers/net/via-velocity.c linux-2.6.22-errrorfixed/drivers/net/via-velocity.c
--- linux-2.6.22-vanilla/drivers/net/via-velocity.c	2007-07-09 01:32:17.000000000 +0200
+++ linux-2.6.22-errrorfixed/drivers/net/via-velocity.c	2007-07-14 21:51:11.000000000 +0200
@@ -1614,7 +1614,7 @@ static void velocity_error(struct veloci
  	if (status & ISR_TXSTLI) {
  		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);
  		writew(TRDCSR_RUN, &regs->TDCSRClr);
  		netif_stop_queue(vptr->dev);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ