Char: tty_ioctl, little whitespace cleanup
authorJiri Slaby <jirislaby@gmail.com>
Mon, 16 Jul 2007 06:40:18 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
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 <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>
drivers/char/tty_ioctl.c