Skip to content

Commit 8ae91d3

Browse files
Colin Ian Kingbebarino
authored andcommitted
clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"
There is a spelling mistake in a pr_err error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Serge Semin <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 30b2396 commit 8ae91d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/baikal-t1/clk-ccu-div.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ static struct ccu_div_data *ccu_div_create_data(struct device_node *np)
316316
data->rst_num = ARRAY_SIZE(sys_rst_map);
317317
data->rst_map = sys_rst_map;
318318
} else {
319-
pr_err("Uncompatible DT node '%s' specified\n",
319+
pr_err("Incompatible DT node '%s' specified\n",
320320
of_node_full_name(np));
321321
ret = -EINVAL;
322322
goto err_kfree_data;

0 commit comments

Comments
 (0)