[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.10.0901040031540.5377@jikos.suse.cz>
Date: Sun, 4 Jan 2009 00:32:12 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Paul Bolle <pebolle@...cali.nl>
cc: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][TRIVIAL] Add a space (and a comma) to a printk
On Tue, 30 Dec 2008, Paul Bolle wrote:
> Commit d87a6d9 ("drivers/serial/: remove CVS keywords") removed one
> space too many in the printk in serial8250_init(). Put it back in (and
> add a comma for clarity).
>
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>
> ---
> diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
> index 303272a..31b3c08 100644
> --- a/drivers/serial/8250.c
> +++ b/drivers/serial/8250.c
> @@ -3018,7 +3018,7 @@ static int __init serial8250_init(void)
> if (nr_uarts > UART_NR)
> nr_uarts = UART_NR;
>
> - printk(KERN_INFO "Serial: 8250/16550 driver"
> + printk(KERN_INFO "Serial: 8250/16550 driver, "
> "%d ports, IRQ sharing %sabled\n", nr_uarts,
> share_irqs ? "en" : "dis");
Queued in trivial tree, thanks Paul.
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists