linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* arch/arm: typos in KERN_ERR, KERN_INFO
@ 2007-02-10  1:14 Nicolas Kaiser
  2007-02-11  6:31 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Kaiser @ 2007-02-10  1:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ben Dooks, trivial

Typos in KERN_ERR, KERN_INFO.

Signed-off-by: Nicolas Kaiser <nikai@nikai.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();
 	}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: arch/arm: typos in KERN_ERR, KERN_INFO
  2007-02-10  1:14 arch/arm: typos in KERN_ERR, KERN_INFO Nicolas Kaiser
@ 2007-02-11  6:31 ` Ben Dooks
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Dooks @ 2007-02-11  6:31 UTC (permalink / raw)
  To: Nicolas Kaiser; +Cc: linux-kernel, Ben Dooks, trivial

On Sat, Feb 10, 2007 at 02:14:31AM +0100, Nicolas Kaiser wrote:
> Typos in KERN_ERR, KERN_INFO.
> 
> Signed-off-by: Nicolas Kaiser <nikai@nikai.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(-)

Thanks for the spot.

arch/arm/mach-s3c2410 is being reorganised, so can we split this
patch and have the other two submitted, or wait for the re-work
has made it through to the kernel please?
 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-11  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  1:14 arch/arm: typos in KERN_ERR, KERN_INFO Nicolas Kaiser
2007-02-11  6:31 ` Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).