projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ce99c
)
ALSA: Fixed a typo of printk()
author
Takashi Iwai
<tiwai@suse.de>
Fri, 28 Aug 2009 05:22:05 +0000
(07:22 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 28 Aug 2009 05:22:05 +0000
(07:22 +0200)
Fixed a silly typo of printk() included in the previous patch...
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/core.h
patch
|
blob
|
history
diff --git
a/include/sound/core.h
b/include/sound/core.h
index a89728db5584c16173b2c8d97fe59b5b0392e040..1ec992b3f1d04c39b650d941132955f067f4f115 100644
(file)
--- a/
include/sound/core.h
+++ b/
include/sound/core.h
@@
-348,7
+348,7
@@
void __snd_printk(unsigned int level, const char *file, int line,
__attribute__ ((format (printf, 4, 5)));
#else
#define __snd_printk(level, file, line, format, args...) \
- prin
kt
(format, ##args)
+ prin
tk
(format, ##args)
#endif
/**