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)
commit56d118c243fbc62d95a79183bb6bcfc38a398da5
tree8d4f106b0a2b1dbf27ec4def674dae1e3c051b4e
parente491e716dc6a8f43cec7353e5a89e19058f3a48a
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