linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: samsung: fix typo
@ 2019-01-04 21:48 Matteo Croce
  2019-01-24 22:18 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Matteo Croce @ 2019-01-04 21:48 UTC (permalink / raw)
  To: Michael Turquette; +Cc: linux-samsung-soc, linux-clk

Fix spelling mistake: "lenght" -> "length"

Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 drivers/clk/samsung/clk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h
index c3f309d7100d..9cfaca5fbcdb 100644
--- a/drivers/clk/samsung/clk.h
+++ b/drivers/clk/samsung/clk.h
@@ -26,7 +26,7 @@ struct samsung_clk_provider {
 	void __iomem *reg_base;
 	struct device *dev;
 	spinlock_t lock;
-	/* clk_data must be the last entry due to variable lenght 'hws' array */
+	/* clk_data must be the last entry due to variable length 'hws' array */
 	struct clk_hw_onecell_data clk_data;
 };
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: samsung: fix typo
  2019-01-04 21:48 [PATCH] clk: samsung: fix typo Matteo Croce
@ 2019-01-24 22:18 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-01-24 22:18 UTC (permalink / raw)
  To: Matteo Croce, Michael Turquette; +Cc: linux-samsung-soc, linux-clk

Quoting Matteo Croce (2019-01-04 13:48:26)
> Fix spelling mistake: "lenght" -> "length"
> 
> Signed-off-by: Matteo Croce <mcroce@redhat.com>
> ---

Applied to clk-next


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-24 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 21:48 [PATCH] clk: samsung: fix typo Matteo Croce
2019-01-24 22:18 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).