From: Ian Abbott Date: Wed, 28 Jan 2015 18:41:47 +0000 (+0000) Subject: staging: comedi: comedi_fops.c: reformat ioctl handler comments X-Git-Tag: fixes-v4.0-rc1~99^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e01b24a7b60534a1871085a27bfee7d694bc55;p=pandora-kernel.git 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 Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed