diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 06:12:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 16:03:24 -0400 |
commit | 2e0ddd626d14f3b69d6c1bdd526721a65d52f93b (patch) | |
tree | 4d7bf86b2d131fc82b4a63d6287f27aa76571925 | |
parent | a8d6f0a9c4c9af0e478383d870e828693e983dfb (diff) |
io_ti: Minor coding style
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/usb/serial/io_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
2419 | return; | 2419 | return; |
2420 | } | 2420 | } |
2421 | 2421 | ||
2422 | static void edge_set_termios(struct tty_struct *tty, | 2422 | static void edge_set_termios(struct tty_struct *tty, |
2423 | struct usb_serial_port *port, struct ktermios *old_termios) | 2423 | struct usb_serial_port *port, struct ktermios *old_termios) |
2424 | { | 2424 | { |
2425 | struct edgeport_port *edge_port = usb_get_serial_port_data(port); | 2425 | struct edgeport_port *edge_port = usb_get_serial_port_data(port); |