]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: comedi: s626: Kernel doc format comments
authorTobin C. Harding <me@tobin.cc>
Tue, 21 Feb 2017 22:45:41 +0000 (09:45 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:16:58 +0000 (09:16 +0100)
commit427fda4e5c3406fcca5ab87aabccdbb2840b7544
tree5d2a3ac0f11d711073a7d6ca88ef696a30cc44f1
parent138bec76296851e9bb151a451b2b324089cffdf2
staging: comedi: s626: Kernel doc format comments

Checkpatch emits WARNING: Block comments use a trailing */ on a
separate line. Offending comments are commenting variables within
the main data structure of s626 driver. We can move these comments
to kernel doc format with the benefit of clearing the warning and
improving the documentation for the driver.

Remove comments on structure members. Add original comments to the
head of the structure definition in kernel doc format.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c