staging: dgnc: remove unnecessary comments
authorTobin C. Harding <me@tobin.cc>
Mon, 27 Mar 2017 23:28:37 +0000 (10:28 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2017 07:37:10 +0000 (09:37 +0200)
commit510616521f1c1ce68da84bbcceab61b35abdce6f
treece5fd4f6aa0f57c50746c45d2f135d6b690ed08d
parent2539fc0c7c7b0dcb076a4bceafff4fb64091b2c2
staging: dgnc: remove unnecessary comments

TODO file lists task to remove unnecessary comments.

Make initial attempt at removing unnecessary comments. Choose not to
be to vicious in removal. We can remove more once the driver is
cleaned up/tested some more.

For functions with internal linkage, reduce the function comment where
possible. For functions with external linkage, migrate the function
comment to kernel doc format.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c
drivers/staging/dgnc/dgnc_driver.c
drivers/staging/dgnc/dgnc_mgmt.c
drivers/staging/dgnc/dgnc_neo.c
drivers/staging/dgnc/dgnc_tty.c
drivers/staging/dgnc/dgnc_utils.c