diff mbox series

[next] clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"

Message ID 20200602121030.39132-1-colin.king@canonical.com (mailing list archive)
State Accepted, archived
Headers show
Series [next] clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible" | expand

Commit Message

Colin King June 2, 2020, 12:10 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/clk/baikal-t1/clk-ccu-div.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Serge Semin June 3, 2020, 9:19 a.m. UTC | #1
On Tue, Jun 02, 2020 at 01:10:30PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err error message. Fix it.

Thanks!

Reviewed-by: Serge Semin <fancer.lancer@gmail.com>

> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/clk/baikal-t1/clk-ccu-div.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/baikal-t1/clk-ccu-div.c b/drivers/clk/baikal-t1/clk-ccu-div.c
> index b479156e5e9b..f141fda12b09 100644
> --- a/drivers/clk/baikal-t1/clk-ccu-div.c
> +++ b/drivers/clk/baikal-t1/clk-ccu-div.c
> @@ -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;
> -- 
> 2.25.1
>
Stephen Boyd June 9, 2020, 8:45 p.m. UTC | #2
Quoting Colin King (2020-06-02 05:10:30)
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/drivers/clk/baikal-t1/clk-ccu-div.c b/drivers/clk/baikal-t1/clk-ccu-div.c
index b479156e5e9b..f141fda12b09 100644
--- a/drivers/clk/baikal-t1/clk-ccu-div.c
+++ b/drivers/clk/baikal-t1/clk-ccu-div.c
@@ -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;