OSDN Git Service

clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"
authorColin Ian King <colin.king@canonical.com>
Tue, 2 Jun 2020 12:10:30 +0000 (13:10 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Jun 2020 20:45:26 +0000 (13:45 -0700)
There is a spelling mistake in a pr_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200602121030.39132-1-colin.king@canonical.com
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/baikal-t1/clk-ccu-div.c

index b479156..f141fda 100644 (file)
@@ -316,7 +316,7 @@ static struct ccu_div_data *ccu_div_create_data(struct device_node *np)
                data->rst_num = ARRAY_SIZE(sys_rst_map);
                data->rst_map = sys_rst_map;
        } else {
-               pr_err("Uncompatible DT node '%s' specified\n",
+               pr_err("Incompatible DT node '%s' specified\n",
                        of_node_full_name(np));
                ret = -EINVAL;
                goto err_kfree_data;