Re: [PATCH][TRIVIAL] Add a space (and a comma) to a printk

From: Jiri Kosina
Date: Sat Jan 03 2009 - 18:32:24 EST


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@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/