Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-21 Thread Ian Abbott
On 21/04/15 08:50, Greg KH wrote: On Mon, Apr 20, 2015 at 07:57:31PM -0700, Gbenga Adalumo wrote: The patch fixes a trailing whitespace and code indenting coding style errors as reported by checkpatch.pl tool. Details of the lines where the fixed errors were reported are as follows: drivers/s

Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-21 Thread Dan Carpenter
Oh. Ok. Resend with a corrected changelog then. But don't include all the spammy output just one or two lines or a summary. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-21 Thread Greg KH
On Mon, Apr 20, 2015 at 07:57:31PM -0700, Gbenga Adalumo wrote: > The patch fixes a trailing whitespace and code indenting coding style > errors as reported by checkpatch.pl tool. > Details of the lines where the fixed errors were reported are as follows: > > drivers/staging/comedi/drivers/daqboa

Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-20 Thread Gbenga Adalumo
The patch fixes a trailing whitespace and code indenting coding style errors as reported by checkpatch.pl tool. Details of the lines where the fixed errors were reported are as follows: drivers/staging/comedi/drivers/daqboard2000.c:43: ERROR: trailing whitespace drivers/staging/comedi/drivers/daq

Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-20 Thread Greg KH
On Sun, Apr 19, 2015 at 07:59:31PM -0700, Gbenga Adalumo wrote: > Fix coding style errors found by checkpatch.pl tool What errors? Be specific. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-19 Thread Gbenga Adalumo
Fix coding style errors found by checkpatch.pl tool Signed-off-by: Gbenga Adalumo --- drivers/staging/comedi/drivers/daqboard2000.c | 58 +-- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/