]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: rename tty-port callbacks
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:23 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:41:32 +0000 (13:41 -0700)
commit1acb0b0cb0eb7bc0db9dd5f59109b96005ff744e
tree8c6271d44bac00d7bdb694e9652e0b8e86cb0c8a
parentdcbbfd4cfb0dbfae0ba3476613f9748601ccf089
USB: serial: rename tty-port callbacks

Rename the tty-port callbacks using a common prefix to more clearly
separate them from the tty and usb driver callbacks.

Rename serial_down to serial_port_shutdown to match the callback name.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/usb-serial.c