Char: tty_ioctl, little whitespace cleanup
authorJiri Slaby <[email protected]>
Mon, 16 Jul 2007 06:40:18 +0000 (23:40 -0700)
committerLinus Torvalds <[email protected]>
Mon, 16 Jul 2007 16:05:44 +0000 (09:05 -0700)
commit6804396f1b66c504bac1267d71a857f7a1d1e9dd
treeb92ab418e286341ce980906ec6b011972b0aa979
parent5a52bd4a2dcb570333ce6fe2e16cd311650dbdc8
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 <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/tty_ioctl.c