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>
This commit is contained in:
parent
6e8d5d2f17
commit
7913a49963
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue