Commit 24b83783 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 26961546
...@@ -159,8 +159,7 @@ struct usbduxfast_private { ...@@ -159,8 +159,7 @@ struct usbduxfast_private {
u8 *duxbuf; u8 *duxbuf;
s8 *inbuf; s8 *inbuf;
short int ai_cmd_running; /* asynchronous command is running */ short int ai_cmd_running; /* asynchronous command is running */
int ignore; /* counter which ignores the first int ignore; /* counter which ignores the first buffers */
buffers */
struct semaphore sem; struct semaphore sem;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment