]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Feb 2019 22:48:30 +0000 (22:48 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 18 Feb 2019 17:07:28 +0000 (17:07 +0000)
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>
sound/soc/sh/fsi.c

index aa7e902f0c0252fda0c29ee87ee27e47e6ee5800..db929b00ae5e15f2b4e46cf40a2fe759e47fef6b 100644 (file)
@@ -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;
                }
        }