public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: line6: fix coding style issue in pcm.h
@ 2014-12-22 20:45 Dmitriy Polyanskiy
  2015-01-12 20:14 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitriy Polyanskiy @ 2014-12-22 20:45 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, svt-service

This is a patch to pcm.h file that fixes up some space warnings
found by checkpatch.pl

Signed-off-by: Dmitriy Polyanskiy <polyanskiy.d.v@gmail.com>
---
 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/staging/line6/pcm.h
@@ -145,21 +145,21 @@ enum {
 	    LINE6_BIT_PCM_IMPULSE_PLAYBACK_BUFFER |
 #endif
 	    LINE6_BIT_PCM_ALSA_PLAYBACK_BUFFER |
-	    LINE6_BIT_PCM_MONITOR_PLAYBACK_BUFFER ,
+	    LINE6_BIT_PCM_MONITOR_PLAYBACK_BUFFER,
 
 	LINE6_BITS_PLAYBACK_STREAM =
 #ifdef CONFIG_LINE6_USB_IMPULSE_RESPONSE
 	    LINE6_BIT_PCM_IMPULSE_PLAYBACK_STREAM |
 #endif
 	    LINE6_BIT_PCM_ALSA_PLAYBACK_STREAM |
-	    LINE6_BIT_PCM_MONITOR_PLAYBACK_STREAM ,
+	    LINE6_BIT_PCM_MONITOR_PLAYBACK_STREAM,
 
 	LINE6_BITS_CAPTURE_BUFFER =
 #ifdef CONFIG_LINE6_USB_IMPULSE_RESPONSE
 	    LINE6_BIT_PCM_IMPULSE_CAPTURE_BUFFER |
 #endif
 	    LINE6_BIT_PCM_ALSA_CAPTURE_BUFFER |
-	    LINE6_BIT_PCM_MONITOR_CAPTURE_BUFFER ,
+	    LINE6_BIT_PCM_MONITOR_CAPTURE_BUFFER,
 
 	LINE6_BITS_CAPTURE_STREAM =
 #ifdef CONFIG_LINE6_USB_IMPULSE_RESPONSE
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: line6: fix coding style issue in pcm.h
  2014-12-22 20:45 [PATCH] Staging: line6: fix coding style issue in pcm.h Dmitriy Polyanskiy
@ 2015-01-12 20:14 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-01-12 20:14 UTC (permalink / raw)
  To: Dmitriy Polyanskiy; +Cc: devel, linux-kernel, svt-service

On Mon, Dec 22, 2014 at 10:45:01PM +0200, Dmitriy Polyanskiy wrote:
> This is a patch to pcm.h file that fixes up some space warnings
> found by checkpatch.pl
> 
> Signed-off-by: Dmitriy Polyanskiy <polyanskiy.d.v@gmail.com>
> ---
>  drivers/staging/line6/pcm.h |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Sorry, someone else already sent this patch in and got it merged first
:(


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-12 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 20:45 [PATCH] Staging: line6: fix coding style issue in pcm.h Dmitriy Polyanskiy
2015-01-12 20:14 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox