projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89027d9
)
ASoC: hisilicon: fix spelling mistake: "uknown" -> "unknown"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 11 May 2018 13:28:18 +0000
(14:28 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sun, 13 May 2018 01:08:11 +0000
(10:08 +0900)
Trivial fix to spelling mistake in dev_err message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/hisilicon/hi6210-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/hisilicon/hi6210-i2s.c
b/sound/soc/hisilicon/hi6210-i2s.c
index 07a57209e05595970236701de4556bde12e443fe..53344a3b7a608ab7997f70d02643d194a512eaf2 100644
(file)
--- a/
sound/soc/hisilicon/hi6210-i2s.c
+++ b/
sound/soc/hisilicon/hi6210-i2s.c
@@
-498,7
+498,7
@@
static int hi6210_i2s_trigger(struct snd_pcm_substream *substream, int cmd,
hi6210_i2s_txctrl(cpu_dai, 0);
break;
default:
- dev_err(cpu_dai->dev, "uknown cmd\n");
+ dev_err(cpu_dai->dev, "u
n
known cmd\n");
return -EINVAL;
}
return 0;