From: Alan Cox Date: Tue, 22 Jul 2008 10:12:33 +0000 (+0100) Subject: io_ti: Minor coding style X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2e0ddd626d14f3b69d6c1bdd526721a65d52f93b;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git io_ti: Minor coding style Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index 7cf383a2a556..cb4c54316cf5 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c @@ -2419,7 +2419,7 @@ static void change_port_settings(struct tty_struct *tty, return; } -static void edge_set_termios(struct tty_struct *tty, +static void edge_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) { struct edgeport_port *edge_port = usb_get_serial_port_data(port);