diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-05 07:26:12 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-04-10 10:02:08 -0400 |
commit | 8106462faa3e9f140c8953939745fe2c0d8a6435 (patch) | |
tree | 4c66933db7ced3973ca7233b86c1c3eaf6d80705 /drivers/clk | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
clk: tegra: Fix typo tabel -> table
The clock initialization structure is named struct clk_init_table.
Update the kerneldoc comment to use the correct name.
Reviewed-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/tegra/clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h index 4e458aa8d45c..48cb1c13ede5 100644 --- a/drivers/clk/tegra/clk.h +++ b/drivers/clk/tegra/clk.h | |||
@@ -548,7 +548,7 @@ struct clk *tegra_clk_register_super_mux(const char *name, | |||
548 | u8 width, u8 pllx_index, u8 div2_index, spinlock_t *lock); | 548 | u8 width, u8 pllx_index, u8 div2_index, spinlock_t *lock); |
549 | 549 | ||
550 | /** | 550 | /** |
551 | * struct clk_init_tabel - clock initialization table | 551 | * struct clk_init_table - clock initialization table |
552 | * @clk_id: clock id as mentioned in device tree bindings | 552 | * @clk_id: clock id as mentioned in device tree bindings |
553 | * @parent_id: parent clock id as mentioned in device tree bindings | 553 | * @parent_id: parent clock id as mentioned in device tree bindings |
554 | * @rate: rate to set | 554 | * @rate: rate to set |