]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflags
authorIan Abbott <abbotti@mev.co.uk>
Fri, 18 Sep 2015 14:46:23 +0000 (15:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Sep 2015 02:54:16 +0000 (19:54 -0700)
commit63107ce85edc9296b518fa29f6fe80cc29cb9c68
tree7f492e729c98940fc140674ce9ebe0e25c69a59c
parentcbdc251d1153087f98b4e84f7d7d54357752b9d7
staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflags

The comment before the `COMEDI_SRF_...` macros starts with a kernel-doc
mark but isn't valid kernel-doc.  There isn't a kernel-doc template for
a group of macro constants.  These macros are all private anyway, so
don't really need to be in kernel-doc.  Just change it to a normal
comment.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c