]> 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)
commitdd16d87a762b540d8784e60384406638d263b9fb
tree8d4f106b0a2b1dbf27ec4def674dae1e3c051b4e
parenta1004eea48e803737b03a03f51e4b306b4e13f32
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