Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jeffrin Jose and committed by
Takashi Iwai
7913a499 6e8d5d2f

+1 -1
+1 -1
sound/core/misc.c
··· 72 72 char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; 73 73 #endif 74 74 75 - #ifdef CONFIG_SND_DEBUG 75 + #ifdef CONFIG_SND_DEBUG 76 76 if (debug < level) 77 77 return; 78 78 #endif