From: Takashi Iwai Date: Fri, 28 Aug 2009 05:22:05 +0000 (+0200) Subject: ALSA: Fixed a typo of printk() X-Git-Tag: upstream/snapshot3+hdmi~16908^2~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf0baf16c3a3b3dd67ea3df346479032ab10e988;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ALSA: Fixed a typo of printk() Fixed a silly typo of printk() included in the previous patch... Signed-off-by: Takashi Iwai --- diff --git a/include/sound/core.h b/include/sound/core.h index a89728d..1ec992b 100644 --- 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...) \ - prinkt(format, ##args) + printk(format, ##args) #endif /**