Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d51aa2 authored by Matthias Brugger's avatar Matthias Brugger Committed by Greg Kroah-Hartman
Browse files

tty: fix typo in comment of tty_termios_encode_baud_rate

parent 4d199a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ void tty_termios_encode_baud_rate(struct ktermios *termios,

#ifdef BOTHER
	/* If the user asked for a precise weird speed give a precise weird
	   answer. If they asked for a Bfoo speed they many have problems
	   answer. If they asked for a Bfoo speed they may have problems
	   digesting non-exact replies so fuzz a bit */

	if ((termios->c_cflag & CBAUD) == BOTHER)