[PATCH 5/9] staging: comedi: usbduxfast: fix multi-line comment

H Hartley Sweeten hsweeten at visionengravers.com
Fri Aug 14 21:29:38 UTC 2015


This comment does not need to be multi-line. Fix it to remove the
checkpatch warning.

Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Cc: Ian Abbott <abbotti at mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 drivers/staging/comedi/drivers/usbduxfast.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/usbduxfast.c b/drivers/staging/comedi/drivers/usbduxfast.c
index 96fe23a..45060b9 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;
 };
 
-- 
2.4.3



More information about the devel mailing list