mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
a8d6f0a9c4
commit
2e0ddd626d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue