mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nicolas Kaiser <nikai@nikai.net>
To: linux-kernel@vger.kernel.org
Cc: Ben Dooks <ben-linux@fluff.org>, trivial@kernel.org
Subject: arch/arm: typos in KERN_ERR, KERN_INFO
Date: Sat, 10 Feb 2007 02:14:31 +0100	[thread overview]
Message-ID: <20070210021431.21722175@lucky.kitzblitz> (raw)

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();
 	}

             reply	other threads:[~2007-02-10  1:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-10  1:14 Nicolas Kaiser [this message]
2007-02-11  6:31 ` Ben Dooks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070210021431.21722175@lucky.kitzblitz \
    --to=nikai@nikai.net \
    --cc=ben-linux@fluff.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®