clk: samsung: fix typo
authorMatteo Croce <mcroce@redhat.com>
Fri, 4 Jan 2019 21:48:26 +0000 (22:48 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jan 2019 22:17:53 +0000 (14:17 -0800)
Fix spelling mistake: "lenght" -> "length"

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/samsung/clk.h

index c3f309d7100dd2313592edd2b6a398afd65b738b..9cfaca5fbcdbd4e5d2e2f73b5202a5c5df1a472b 100644 (file)
@@ -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;
 };