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:	Thu, 25 Oct 2012 18:05:50 +0200 (CEST)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
Cc:	Masanari Iida <standby24x7@...il.com>,
	linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org
Subject: Re: [PATCH] [trivial] tty: Fix typo in tty drivers

On Wed, 24 Oct 2012, Alan Cox wrote:

> > +++ b/drivers/tty/serial/bfin_uart.c
> > @@ -815,7 +815,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
> >  		lcr = WLS(5);
> >  		break;
> >  	default:
> > -		printk(KERN_ERR "%s: word lengh not supported\n",
> > +		printk(KERN_ERR "%s: word length not supported\n",
> >  			__func__);
> 
> Looks fine me although the bfin_uart one should just be picking a
> suitable bit length and reporting back the one it uses not printing
> errors 8)
> 
> Acked-by: Alan Cox <alan@...ux.intel.com>

I have picked this one, thanks.

-- 
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