]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: clean up dgnc_input function
authorDaeseok Youn <daeseok.youn@gmail.com>
Thu, 31 Mar 2016 08:03:59 +0000 (17:03 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Mar 2016 20:11:27 +0000 (13:11 -0700)
commit274420738338accfeb7eb8aa73b1f87f68b7cdde
tree8d4f106b0a2b1dbf27ec4def674dae1e3c051b4e
parent87c7c8e85c86453c80ed2b3325bcb6646315ddf1
staging: dgnc: clean up dgnc_input function

This is for fixing checkpatch.pl warning about
"Alignment should match open parenthesis" but if that is
fixed, code line is over 80 characters.
I think "ch->ch_rqueue + tail + i" could be declared once in
the begining of loop.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c