From: Masanari Iida Date: Thu, 9 Feb 2012 14:46:08 +0000 (+0900) Subject: ASoC: Fix typo in twl4030.c X-Git-Tag: v3.4-rc3~5^2~23^2~25^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f5ff88327b5bc7f5476b4e03425074d07ad25d5;p=platform%2Fkernel%2Flinux-stable.git ASoC: Fix typo in twl4030.c Correct spelling "memroy" to "memory" in sound/soc/codecs/twl4030.c Signed-off-by: Masanari Iida Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 3039ba2..d7eee0d 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -2221,7 +2221,7 @@ static int twl4030_soc_probe(struct snd_soc_codec *codec) twl4030 = kzalloc(sizeof(struct twl4030_priv), GFP_KERNEL); if (twl4030 == NULL) { - printk("Can not allocate memroy\n"); + printk("Can not allocate memory\n"); return -ENOMEM; } snd_soc_codec_set_drvdata(codec, twl4030);