mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
clk: samsung: fix typo
Fix spelling mistake: "lenght" -> "length" Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
bfeffd1552
commit
463a554baa
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user