lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ