diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-04-11 14:37:43 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-04-24 21:42:28 +0200 |
commit | a82d12b8d5a626e30d2f15627079abdaa2e77c05 (patch) | |
tree | 5c138ef2fda84791364616f3fb48ff6e0bbbffe3 /drivers/clk | |
parent | 6b236f37b0fa88fac93e6782fd25cbf9907e5048 (diff) | |
download | linux-a82d12b8d5a626e30d2f15627079abdaa2e77c05.tar.bz2 |
clk: apn806: fix spelling mistake: "mising" -> "missing"
trivial fix to spelling mistake in dev_warn message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/mvebu/ap806-system-controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/drivers/clk/mvebu/ap806-system-controller.c index 103fe18a3c29..8155baccc98e 100644 --- a/drivers/clk/mvebu/ap806-system-controller.c +++ b/drivers/clk/mvebu/ap806-system-controller.c @@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev) 4, &name)) { ap806_clk_data.clk_num--; dev_warn(&pdev->dev, - "eMMC clock mising: update the device tree!\n"); + "eMMC clock missing: update the device tree!\n"); } else { ap806_clks[4] = clk_register_fixed_factor(NULL, name, fixedclk_name, |