From: Matteo Croce Date: Fri, 4 Jan 2019 21:48:26 +0000 (+0100) Subject: clk: samsung: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=463a554baa9feb31eb31281ff18f08d139f58acb;p=linux.git clk: samsung: fix typo Fix spelling mistake: "lenght" -> "length" Signed-off-by: Matteo Croce Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index c3f309d7100dd..9cfaca5fbcdbd 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; };