From 7913a49963ffa8849c14c805c26d9e63bb27ccaa Mon Sep 17 00:00:00 2001 From: Jeffrin Jose Date: Thu, 16 Feb 2012 21:50:49 +0530 Subject: 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 Signed-off-by: Takashi Iwai --- sound/core/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/core') diff --git a/sound/core/misc.c b/sound/core/misc.c index 465f0ce772c..76816792540 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 -- cgit v1.2.3