Loading drivers/tty/tty_port.c +2 −2 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ EXPORT_SYMBOL(tty_port_free_xmit_buf); /** * tty_port_destroy -- destroy inited port * @port: tty port to be doestroyed * @port: tty port to be destroyed * * When a port was initialized using tty_port_init, one has to destroy the * port by this function. Either indirectly by using tty_port refcounting Loading Loading
drivers/tty/tty_port.c +2 −2 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ EXPORT_SYMBOL(tty_port_free_xmit_buf); /** * tty_port_destroy -- destroy inited port * @port: tty port to be doestroyed * @port: tty port to be destroyed * * When a port was initialized using tty_port_init, one has to destroy the * port by this function. Either indirectly by using tty_port refcounting Loading