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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 27 Sep 2016 11:08:45 +0300
From:   Tomi Valkeinen <tomi.valkeinen@...com>
To:     Colin King <colin.king@...onical.com>,
        Kristoffer Ericson <kristoffer.ericson@...il.com>,
        <linux-fbdev@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] video: fbdev: add missing \n at end of printk error
 message

On 12/09/16 13:24, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> The message is missing a \n, add it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/video/fbdev/s1d13xxxfb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/s1d13xxxfb.c b/drivers/video/fbdev/s1d13xxxfb.c
> index 96aa46d..6a271d8 100644
> --- a/drivers/video/fbdev/s1d13xxxfb.c
> +++ b/drivers/video/fbdev/s1d13xxxfb.c
> @@ -929,7 +929,7 @@ static int s1d13xxxfb_suspend(struct platform_device *dev, pm_message_t state)
>  		s1dfb->disp_save = kmalloc(info->fix.smem_len, GFP_KERNEL);
>  
>  	if (!s1dfb->disp_save) {
> -		printk(KERN_ERR PFX "no memory to save screen");
> +		printk(KERN_ERR PFX "no memory to save screen\n");
>  		return -ENOMEM;
>  	}
>  
> 

Thanks, queued for 4.9.

 Tomi



Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ