]> git.karo-electronics.de Git - linux-beck.git/commit
serial: core: Unwrap >80 char line in uart_close()
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 16 Oct 2014 20:54:23 +0000 (16:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 02:53:55 +0000 (18:53 -0800)
commit74866e7593d9824d527e73f548c4fb8e412588a1
tree5b5a011953fc9bdb4f9668c0d7f872c378e3d8f8
parent352f86187e1d3e9e27d3be237103dc83a48f882c
serial: core: Unwrap >80 char line in uart_close()

The wrapped line looks wrong and out-of-place; leave it as
>80 char line.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c