Message ID | 20190217224830.17355-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cb8cdb6f3344bcb472640d2f5f956dbde0bfd509 |
Headers | show |
Series | ASoC: fsi: fix spelling mistake "doens't" -> "doesn't" | expand |
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 285afbafa662..3447dbdba1f1 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; } }