staging: comedi: usbduxfast: fix multi-line comment
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 24 Aug 2015 17:13:58 +0000 (10:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:24 +0000 (18:24 -0700)
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>
drivers/staging/comedi/drivers/usbduxfast.c

index 9d889be200396cd13e1fec7a20c35e1292a1fbf2..90422de80d82bd42b8bd1064a00639a3ea23625a 100644 (file)
@@ -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;
 };
 
This page took 0.024945 seconds and 5 git commands to generate.