From: Ian Abbott Date: Wed, 28 Jan 2015 18:41:48 +0000 (+0000) Subject: staging: comedi: range.c: reformat ioctl handler comment X-Git-Tag: fixes-v4.0-rc1~99^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4f01b74f8c26a97e343ba8a93000781b3eb76d;p=pandora-kernel.git staging: comedi: range.c: reformat ioctl handler comment The unlocked_ioctl handler in "comedi_fops.c" 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 were formatted in various styles, but have been reformatted to use the usual block comment style. The block comment for the handler function for the `COMEDI_RANGEINFO` ioctl code is in "range.c". Reformat it to use the usual block command style to match the others. Reword it a bit for consistency. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed