]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc41a4a6461a684eedc27b0c43f4f0d187a0f640a
treeb92ab418e286341ce980906ec6b011972b0aa979
parentf3a8cf25b525e98b014e4b0be7b57a4fe032a3df
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