linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] via-pmu: Fix typo in printk
@ 2007-08-12 20:38 Michael Buesch
  2007-08-13 16:57 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2007-08-12 20:38 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

This fixes a typo in a printk message.

Signed-off-by: Michael Buesch <mb@bu3sch.de>


Index: linux-2.6/drivers/macintosh/via-pmu.c
===================================================================
--- linux-2.6.orig/drivers/macintosh/via-pmu.c	2007-05-26 19:56:27.000000000 +0200
+++ linux-2.6/drivers/macintosh/via-pmu.c	2007-08-12 22:36:27.000000000 +0200
@@ -410,7 +410,7 @@ static int __init via_pmu_start(void)
 
 	irq = irq_of_parse_and_map(vias, 0);
 	if (irq == NO_IRQ) {
-		printk(KERN_ERR "via-pmu: can't map interruptn");
+		printk(KERN_ERR "via-pmu: can't map interrupt\n");
 		return -ENODEV;
 	}
 	if (request_irq(irq, via_pmu_interrupt, 0, "VIA-PMU", (void *)0)) {

-- 
Greetings Michael.

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

* Re: [PATCH] via-pmu: Fix typo in printk
  2007-08-12 20:38 [PATCH] via-pmu: Fix typo in printk Michael Buesch
@ 2007-08-13 16:57 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2007-08-13 16:57 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linuxppc-dev

On Sun, 2007-08-12 at 22:38 +0200, Michael Buesch wrote:
> This fixes a typo in a printk message.
> 
> Signed-off-by: Michael Buesch <mb@bu3sch.de>

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

> 
> Index: linux-2.6/drivers/macintosh/via-pmu.c
> ===================================================================
> --- linux-2.6.orig/drivers/macintosh/via-pmu.c	2007-05-26 19:56:27.000000000 +0200
> +++ linux-2.6/drivers/macintosh/via-pmu.c	2007-08-12 22:36:27.000000000 +0200
> @@ -410,7 +410,7 @@ static int __init via_pmu_start(void)
>  
>  	irq = irq_of_parse_and_map(vias, 0);
>  	if (irq == NO_IRQ) {
> -		printk(KERN_ERR "via-pmu: can't map interruptn");
> +		printk(KERN_ERR "via-pmu: can't map interrupt\n");
>  		return -ENODEV;
>  	}
>  	if (request_irq(irq, via_pmu_interrupt, 0, "VIA-PMU", (void *)0)) {
> 

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

end of thread, other threads:[~2007-08-13 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-12 20:38 [PATCH] via-pmu: Fix typo in printk Michael Buesch
2007-08-13 16:57 ` Benjamin Herrenschmidt

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).