]> git.baikalelectronics.ru Git - kernel.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)
commite33df725063f3c5c12ab8e81fe25ff71b199695a
tree5b5a011953fc9bdb4f9668c0d7f872c378e3d8f8
parentcd7d4e9d933df3ffe04421030685e67c4c1cad2b
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