From: Colin Ian King Date: Sun, 17 Feb 2019 22:48:30 +0000 (+0000) Subject: ASoC: fsi: fix spelling mistake "doens't" -> "doesn't" X-Git-Tag: v5.1-rc1~148^2~1^2^2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb8cdb6f3344bcb472640d2f5f956dbde0bfd509;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index aa7e902f0c025..db929b00ae5e1 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; } }