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

2014-12-29 Thread Jeremiah Mahler
Jonas, On Mon, Dec 29, 2014 at 10:12:00PM +0100, Jonas Lundqvist wrote: > Fix three space prohibited errors in pcm.h found by checkpatch.pl. > That is a nice log message. Clean and simple. :-) > Signed-off-by: Jonas Lundqvist > --- > drivers/staging/line6/pcm.h | 6 +++--- > 1 file changed, 3

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