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>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 10 Feb 2007 02:14:31 +0100
From:	Nicolas Kaiser <nikai@...ai.net>
To:	linux-kernel@...r.kernel.org
Cc:	Ben Dooks <ben-linux@...ff.org>, trivial@...nel.org
Subject: arch/arm: typos in KERN_ERR, KERN_INFO

Typos in KERN_ERR, KERN_INFO.

Signed-off-by: Nicolas Kaiser <nikai@...ai.net>
---

 arch/arm/mach-imx/dma.c           |    2 +-
 arch/arm/mach-s3c2410/pm-simtec.c |    2 +-
 arch/arm/plat-omap/dma.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff -ur a/arch/arm/mach-imx/dma.c b/arch/arm/mach-imx/dma.c
--- a/arch/arm/mach-imx/dma.c	2006-11-29 22:57:37.000000000 +0100
+++ b/arch/arm/mach-imx/dma.c	2007-02-09 23:42:15.000000000 +0100
@@ -234,7 +234,7 @@
 	imxdma->resbytes = dma_length;
 
 	if (!sg || !sgcount) {
-		printk(KERN_ERR "imxdma%d: imx_dma_setup_sg epty sg list\n",
+		printk(KERN_ERR "imxdma%d: imx_dma_setup_sg empty sg list\n",
 		       dma_ch);
 		return -EINVAL;
 	}
diff -ur a/arch/arm/mach-s3c2410/pm-simtec.c b/arch/arm/mach-s3c2410/pm-simtec.c
--- a/arch/arm/mach-s3c2410/pm-simtec.c	2007-01-21 15:40:56.000000000 +0100
+++ b/arch/arm/mach-s3c2410/pm-simtec.c	2007-02-09 23:40:46.000000000 +0100
@@ -52,7 +52,7 @@
 	    !machine_is_aml_m5900())
 		return 0;
 
-	printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");
+	printk(KERN_INFO "Simtec Board Power Management" COPYRIGHT "\n");
 
 	gstatus4  = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30;
 	gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28;
diff -ur a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c
--- a/arch/arm/plat-omap/dma.c	2006-11-29 22:57:37.000000000 +0100
+++ b/arch/arm/plat-omap/dma.c	2007-02-09 23:39:56.000000000 +0100
@@ -1053,7 +1053,7 @@
 void omap_set_lcd_dma_b1_vxres(unsigned long vxres)
 {
 	if (omap_dma_in_1510_mode()) {
-		printk(KERN_ERR "DMA virtual resulotion is not supported "
+		printk(KERN_ERR "DMA virtual resolution is not supported "
 				"in 1510 mode\n");
 		BUG();
 	}
-
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