Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: update obsolete termios comment

Update an obsolete comment referring to the termios_locked structure
which was removed over a decade ago by commit fe6e29fdb1a7 ("tty:
simplify ktermios allocation").

While at it, fix the "Thus" typo.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Johan Hovold and committed by
Greg Kroah-Hartman
8daa89e0 050dfc09

+1 -1
+1 -1
drivers/tty/tty_io.c
··· 1173 1173 * tty_init_termios - helper for termios setup 1174 1174 * @tty: the tty to set up 1175 1175 * 1176 - * Initialise the termios structures for this tty. Thus runs under 1176 + * Initialise the termios structure for this tty. This runs under 1177 1177 * the tty_mutex currently so we can be relaxed about ordering. 1178 1178 */ 1179 1179