OSDN Git Service

ALSA: Fixed a trailing white space error
authorJeffrin Jose <ahiliation@yahoo.co.in>
Thu, 16 Feb 2012 16:20:49 +0000 (21:50 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 14:34:04 +0000 (15:34 +0100)
This is a patch to the sound/core/misc.c file that
fixes up a trailing white space issue found by the
checkpatch.pl tool.

Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/misc.c

index 465f0ce..7681679 100644 (file)
@@ -72,7 +72,7 @@ void __snd_printk(unsigned int level, const char *path, int line,
        char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV";
 #endif
 
-#ifdef CONFIG_SND_DEBUG        
+#ifdef CONFIG_SND_DEBUG
        if (debug < level)
                return;
 #endif