staging: comedi: comedi_fops.c: reformat ioctl handler comments
authorIan Abbott <abbotti@mev.co.uk>
Wed, 28 Jan 2015 18:41:47 +0000 (18:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:04:22 +0000 (17:04 +0800)
commit18e01b24a7b60534a1871085a27bfee7d694bc55
treeff5d281f7f72734588361064b38f3ff78d341cb7
parentdd630cdeb160fc4f219481a68771d683d59178ee
staging: comedi: comedi_fops.c: reformat ioctl handler comments

The unlocked_ioctl handler calls a different function to handle each
supported ioctl command code.  Most of these have a block comment
indicating which command code it handles, a brief description, and an
informal description of the inputs and outputs.  These block comments
are formatted in various styles.  Reformat them to the usual block
comment style and do a bit of rewording for consistency.  The comment
block for the `COMEDI_CMD` ioctl is missing, so add one.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c