projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8d5d2
)
ALSA: Fixed a trailing white space error
author
Jeffrin Jose
<ahiliation@yahoo.co.in>
Thu, 16 Feb 2012 16:20:49 +0000
(21:50 +0530)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 20 Feb 2012 14:34:04 +0000
(15:34 +0100)
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>
sound/core/misc.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/misc.c
b/sound/core/misc.c
index 465f0ce772cb594dabe34e3d835c5766ec6d873b..768167925409ecb9be45b3c2ac82c885685da9bc 100644
(file)
--- 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