From c46d5c04f377bcaf955f38a45cbd752bcb68614d Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Fri, 2 Nov 2012 23:25:30 +0900 Subject: sound: soc: Fix typo in sound/codecs Correct spelling typo in sound/soc/codecs Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- sound/soc/codecs/ab8500-codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/codecs/ab8500-codec.c') diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index af547490b4f7..f848878d553f 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c @@ -2147,7 +2147,7 @@ static int ab8500_codec_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt) status = ab8500_codec_set_dai_clock_gate(codec, fmt); if (status) { dev_err(dai->codec->dev, - "%s: ERRROR: Failed to set clock gate (%d).\n", + "%s: ERROR: Failed to set clock gate (%d).\n", __func__, status); return status; } -- cgit v1.2.3