]> 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)
commit87b26d060d40a41adec47c3dbd1f71cafc7291e2
tree8c6271d44bac00d7bdb694e9652e0b8e86cb0c8a
parentb3d31da9a2ed2d548afbba0c2c15ba84b2eb19b8
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