浏览代码

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>
Jeffrin Jose 14 年之前
父节点
当前提交
7913a49963
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/core/misc.c

+ 1 - 1
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";
 	char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV";
 #endif
 #endif
 
 
-#ifdef CONFIG_SND_DEBUG	
+#ifdef CONFIG_SND_DEBUG
 	if (debug < level)
 	if (debug < level)
 		return;
 		return;
 #endif
 #endif