linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] [trivial] ASoC: Fix typo in twl4030.c
@ 2012-02-09 14:46 Masanari Iida
  2012-02-09 23:04 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-09 14:46 UTC (permalink / raw)
  To: lrg, broonie, alsa-devel; +Cc: trivial, linux-kernel, standby24x7, tiwai

Correct spelling "memroy" to "memory" in
sound/soc/codecs/twl4030.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/soc/codecs/twl4030.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] [trivial] ASoC: Fix typo in twl4030.c
  2012-02-09 14:46 [PATCH RESEND] [trivial] ASoC: Fix typo in twl4030.c Masanari Iida
@ 2012-02-09 23:04 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-02-09 23:04 UTC (permalink / raw)
  To: Masanari Iida; +Cc: lrg, alsa-devel, trivial, linux-kernel, tiwai

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

On Thu, Feb 09, 2012 at 11:46:08PM +0900, Masanari Iida wrote:
> Correct spelling "memroy" to "memory" in
> sound/soc/codecs/twl4030.c

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-09 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 14:46 [PATCH RESEND] [trivial] ASoC: Fix typo in twl4030.c Masanari Iida
2012-02-09 23:04 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).