From: H Hartley Sweeten Date: Mon, 24 Aug 2015 17:13:58 +0000 (-0700) Subject: staging: comedi: usbduxfast: fix multi-line comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=24b83783ceda1e7a0e871d9110cbf966387da4d5;p=deliverable%2Flinux.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- 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; };