dgnc: Make all lines under 80 characters in dgnc_driver.c
authorGiedrius Statkevičius <giedrius.statkevicius@gmail.com>
Sun, 8 Mar 2015 23:49:46 +0000 (01:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2015 10:05:57 +0000 (11:05 +0100)
commit65da04c1cada486a8619d5d53336059e5bd6d8b3
tree555f4db1f72dbbb60b4171b5eb945bf93d47a8e1
parente9210a03090b62d19716cacd2efc824a9d01898c
dgnc: Make all lines under 80 characters in dgnc_driver.c

Some of the lines are over 80 characters in dgnc_driver.c so fix them by
moving the comments closer to the code, tidying the comments to make
them smaller, and remove a redundant space after +.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c