ASoC: Fix typo in twl4030.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 9 Feb 2012 14:46:08 +0000 (23:46 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Feb 2012 23:03:52 +0000 (23:03 +0000)
Correct spelling "memroy" to "memory" in
sound/soc/codecs/twl4030.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/twl4030.c

index 3039ba209d1d7e5848e44a66788151920f96a361..d7eee0d502e080aca6c4fbcd1f480faba8c421ca 100644 (file)
@@ -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);
This page took 0.02762 seconds and 5 git commands to generate.