diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-02-17 22:48:30 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-18 17:07:28 +0000 |
commit | cb8cdb6f3344bcb472640d2f5f956dbde0bfd509 (patch) | |
tree | fad1783683d6a2d744fc0df2561b7b1892ab01c2 /sound/soc | |
parent | 6e434122d9041c48841709385e823eef3225663e (diff) | |
download | linux-cb8cdb6f3344bcb472640d2f5f956dbde0bfd509.tar.bz2 |
ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sh/fsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index aa7e902f0c02..db929b00ae5e 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -780,7 +780,7 @@ static int fsi_clk_init(struct device *dev, return -EINVAL; } if (clock->div == clock->own) { - dev_err(dev, "cpu doens't support div clock\n"); + dev_err(dev, "cpu doesn't support div clock\n"); return -EINVAL; } } |