Re: PATCH: Fix typos, exclamation mark frenzy and missing device id on messages

From: Dave Jones
Date: Mon Jan 09 2006 - 12:55:03 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/