Char: tty_ioctl, little whitespace cleanup
tty_ioctl, little whitespace cleanup the point is to make while (++i < n_baud_table); clear and assign it to the do { } loop Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
5a52bd4a2d
commit
6804396f1b
@@ -261,8 +261,7 @@ void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed
|
|||||||
termios->c_cflag |= (baud_bits[i] << IBSHIFT);
|
termios->c_cflag |= (baud_bits[i] << IBSHIFT);
|
||||||
ifound = i;
|
ifound = i;
|
||||||
}
|
}
|
||||||
}
|
} while (++i < n_baud_table);
|
||||||
while(++i < n_baud_table);
|
|
||||||
if (ofound == -1)
|
if (ofound == -1)
|
||||||
termios->c_cflag |= BOTHER;
|
termios->c_cflag |= BOTHER;
|
||||||
/* Set exact input bits only if the input and output differ or the
|
/* Set exact input bits only if the input and output differ or the
|
||||||
|
Reference in New Issue
Block a user