summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/usbduxfast.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2015-08-24 10:13:58 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:24 -0700
commit24b83783ceda1e7a0e871d9110cbf966387da4d5 (patch)
treedbbb0b4345446c8420d197681e7583cfdfedcb61 /drivers/staging/comedi/drivers/usbduxfast.c
parent26961546738e42f3672ba4022c2d0b8b2b6ea882 (diff)
staging: comedi: usbduxfast: fix multi-line comment
This comment does not need to be multi-line. Fix it to remove the checkpatch warning. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers/usbduxfast.c')
-rw-r--r--drivers/staging/comedi/drivers/usbduxfast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/usbduxfast.c b/drivers/staging/comedi/drivers/usbduxfast.c
index 9d889be20039..90422de80d82 100644
--- a/drivers/staging/comedi/drivers/usbduxfast.c
+++ b/drivers/staging/comedi/drivers/usbduxfast.c
@@ -159,8 +159,7 @@ struct usbduxfast_private {
u8 *duxbuf;
s8 *inbuf;
short int ai_cmd_running; /* asynchronous command is running */
- int ignore; /* counter which ignores the first
- buffers */
+ int ignore; /* counter which ignores the first buffers */
struct semaphore sem;
};