From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Michael Buesch <mb@bu3sch.de>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] via-pmu: Fix typo in printk
Date: Mon, 13 Aug 2007 11:57:21 -0500 [thread overview]
Message-ID: <1187024241.5330.0.camel@localhost.localdomain> (raw)
In-Reply-To: <200708122238.34985.mb@bu3sch.de>
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)) {
>
prev parent reply other threads:[~2007-08-13 16:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-12 20:38 [PATCH] via-pmu: Fix typo in printk Michael Buesch
2007-08-13 16:57 ` Benjamin Herrenschmidt [this message]
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=1187024241.5330.0.camel@localhost.localdomain \
--to=benh@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=mb@bu3sch.de \
/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;
as well as URLs for NNTP newsgroup(s).