[PATCH] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jonas Lundqvist
Fixed three errors in pcm.h found by checkpatch.pl: drivers/staging/line6/pcm.h:148: ERROR: space prohibited before that ',' (ctx:WxE) drivers/staging/line6/pcm.h:155: ERROR: space prohibited before that ',' (ctx:WxE) drivers/staging/line6/pcm.h:162: ERROR: space prohibited before that ','

Re: [PATCH] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jeremiah Mahler
Jonas, In your subject line, when you create a new version of a patch, include the version number. In this case it would be [PATCH v2]. On Mon, Dec 29, 2014 at 04:34:18PM +0100, Jonas Lundqvist wrote: Fixed three errors in pcm.h found by checkpatch.pl: drivers/staging/line6/pcm.h:148:

[PATCH] Staging: line6: remove spaces before commas.

2014-12-28 Thread Jonas Lundqvist
Fixed three errors in pcm.h found by checkpatch.pl. Signed-off-by: Jonas Lundqvist jo...@gannon.se --- drivers/staging/line6/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/line6/pcm.h b/drivers/staging/line6/pcm.h index 6aa0d46..5d87934 100644 ---

Re: [PATCH] Staging: line6: remove spaces before commas.

2014-12-28 Thread Jeremiah Mahler
Jonas, On Sun, Dec 28, 2014 at 02:26:46PM +0100, Jonas Lundqvist wrote: Fixed three errors in pcm.h found by checkpatch.pl. What type of errors did you fix? Signed-off-by: Jonas Lundqvist jo...@gannon.se --- drivers/staging/line6/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [PATCH] Staging: line6: remove spaces before commas.

2014-12-28 Thread Jonas Lundqvist
Hi Jeremiah, On 12/28/2014 04:44 PM, Jeremiah Mahler wrote: Jonas, On Sun, Dec 28, 2014 at 02:26:46PM +0100, Jonas Lundqvist wrote: Fixed three errors in pcm.h found by checkpatch.pl. What type of errors did you fix? These errors: drivers/staging/line6/pcm.h:148: ERROR: space prohibited

Re: [PATCH] Staging: line6: remove spaces before commas.

2014-12-28 Thread Sudip Mukherjee
On Sun, Dec 28, 2014 at 09:30:44PM +0100, Jonas Lundqvist wrote: Hi Jeremiah, On 12/28/2014 04:44 PM, Jeremiah Mahler wrote: Jonas, On Sun, Dec 28, 2014 at 02:26:46PM +0100, Jonas Lundqvist wrote: Fixed three errors in pcm.h found by checkpatch.pl. What type of errors did you