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)
commit395e08da8adfe873c5f79e549bb6b7fa5d9f3832
tree8c6271d44bac00d7bdb694e9652e0b8e86cb0c8a
parentf45d0a5aa593cdf48a37489fc61c145e16964288
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