aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorJeffrin Jose <ahiliation@yahoo.co.in>2012-02-16 21:50:49 +0530
committerTakashi Iwai <tiwai@suse.de>2012-02-20 15:34:04 +0100
commit7913a49963ffa8849c14c805c26d9e63bb27ccaa (patch)
tree79fdc5e164cc10f2adb7e8f3252af6557ce007e1 /sound/core
parentALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.c (diff)
downloadlinux-dev-7913a49963ffa8849c14c805c26d9e63bb27ccaa.tar.xz
linux-dev-7913a49963ffa8849c14c805c26d9e63bb27ccaa.zip
ALSA: Fixed a trailing white space error
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>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/misc.c b/sound/core/misc.c
index 465f0ce772cb..768167925409 100644
--- a/sound/core/misc.c
+++ b/sound/core/misc.c
@@ -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