OSDN Git Service

Staging: line6: remove spaces before commas.
authorJonas Lundqvist <jonas@gannon.se>
Mon, 12 Jan 2015 20:42:35 +0000 (12:42 -0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Jan 2015 21:23:57 +0000 (22:23 +0100)
Fix three space prohibited errors in pcm.h found by checkpatch.pl.

Signed-off-by: Jonas Lundqvist <jonas@gannon.se>
Reviewed-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
drivers/staging/line6/pcm.h

index 6aa0d46..5d87934 100644 (file)
@@ -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