Skip to content

Commit

Permalink
ALSA: Fixed a trailing white space error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeffrin Jose authored and Takashi Iwai committed Feb 20, 2012
1 parent 6e8d5d2 commit 7913a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7913a49

Please sign in to comment.