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

2014-12-29 Thread Jonas Lundqvist
that ',' (ctx:WxE) 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 --- a/drivers/staging/line6/pcm.h +++ b/drivers

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

2014-12-29 Thread Jonas Lundqvist
Fix three space prohibited 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

[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 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