Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1385936 > unrolled thread

[PATCH] clk: rockchip: trivial fix of spelling mistake on unsuccessful

Started byColin King <colin.king@canonical.com>
First post2016-04-25 00:50 +0200
Last post2016-04-25 09:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: rockchip: trivial fix of spelling mistake on unsuccessful Colin King <colin.king@canonical.com> - 2016-04-25 00:50 +0200
    Re: [PATCH] clk: rockchip: trivial fix of spelling mistake on unsuccessful Heiko Stübner <heiko@sntech.de> - 2016-04-25 09:40 +0200

#1385936 — [PATCH] clk: rockchip: trivial fix of spelling mistake on unsuccessful

FromColin King <colin.king@canonical.com>
Date2016-04-25 00:50 +0200
Subject[PATCH] clk: rockchip: trivial fix of spelling mistake on unsuccessful
Message-ID<rrB0J-3xf-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

fix spelling mistake, unsucessful -> unsuccessful

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/clk/rockchip/clk-pll.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/rockchip/clk-pll.c b/drivers/clk/rockchip/clk-pll.c
index 128a6b2..8ac73bc 100644
--- a/drivers/clk/rockchip/clk-pll.c
+++ b/drivers/clk/rockchip/clk-pll.c
@@ -236,7 +236,7 @@ static int rockchip_rk3036_pll_set_params(struct rockchip_clk_pll *pll,
 	/* wait for the pll to lock */
 	ret = rockchip_pll_wait_lock(pll);
 	if (ret) {
-		pr_warn("%s: pll update unsucessful, trying to restore old params\n",
+		pr_warn("%s: pll update unsuccessful, trying to restore old params\n",
 			__func__);
 		rockchip_rk3036_pll_set_params(pll, &cur);
 	}
@@ -475,7 +475,7 @@ static int rockchip_rk3066_pll_set_params(struct rockchip_clk_pll *pll,
 	/* wait for the pll to lock */
 	ret = rockchip_pll_wait_lock(pll);
 	if (ret) {
-		pr_warn("%s: pll update unsucessful, trying to restore old params\n",
+		pr_warn("%s: pll update unsuccessful, trying to restore old params\n",
 			__func__);
 		rockchip_rk3066_pll_set_params(pll, &cur);
 	}
-- 
2.7.4

[toc] | [next] | [standalone]


#1386061

FromHeiko Stübner <heiko@sntech.de>
Date2016-04-25 09:40 +0200
Message-ID<rrJhE-1QD-1@gated-at.bofh.it>
In reply to#1385936
Am Sonntag, 24. April 2016, 23:44:13 schrieb Colin King:
> From: Colin Ian King <colin.king@canonical.com>
> 
> fix spelling mistake, unsucessful -> unsuccessful
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

applied to my clk-branch for 4.7


Thanks
Heiko

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web