From: Dave Jones <davej@redhat.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: PATCH: Fix typos, exclamation mark frenzy and missing device id on messages
Date: Mon, 9 Jan 2006 12:56:07 -0500 [thread overview]
Message-ID: <20060109175607.GC25102@redhat.com> (raw)
In-Reply-To: <1136826079.6659.36.camel@localhost.localdomain>
On Mon, Jan 09, 2006 at 05:01:19PM +0000, Alan Cox wrote:
> I sent this out a couple of months ago and the driver author said it
> he'd merge it. Nothing has happened since so I'm submitting it directly.
>
> No functionality changes just texts.
> +++ linux-2.6.15-mm2/drivers/char/tlclk.c 2006-01-09 14:40:29.000000000 +0000
> @@ -211,7 +211,7 @@
> result = request_irq(telclk_interrupt, &tlclk_interrupt,
> SA_INTERRUPT, "telco_clock", tlclk_interrupt);
> if (result == -EBUSY) {
> - printk(KERN_ERR "telco_clock: Interrupt can't be reserved!\n");
> + printk(KERN_ERR "telco_clock: Interrupt can't be reserved.\n");
You changed all the other telco_clock's to tlclk's but this one.
Dave
prev parent reply other threads:[~2006-01-09 17:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-09 17:01 Alan Cox
2006-01-09 17:56 ` Dave Jones [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=20060109175607.GC25102@redhat.com \
--to=davej@redhat.com \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.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
Powered by JetHome