aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-18 17:28:30 -0700
committerStephen Boyd <sboyd@kernel.org>2020-07-20 15:11:34 -0700
commit6c4411f14d1afa8ead90cd4cf18a308c43ac6908 (patch)
tree4e2b3361aaa99e9cc883e7bc6c8e7e597d96ffe1 /include/linux/clk-provider.h
parentclk: add function documentation for clk_hw_round_rate() (diff)
downloadlinux-dev-6c4411f14d1afa8ead90cd4cf18a308c43ac6908.tar.xz
linux-dev-6c4411f14d1afa8ead90cd4cf18a308c43ac6908.zip
clk: <linux/clk-provider.h>: drop a duplicated word
Drop the repeated word "not" in a comment. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-clk@vger.kernel.org Link: https://lore.kernel.org/r/20200719002830.20319-1-rdunlap@infradead.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index bd1ee9039558..6f815be99b77 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -189,7 +189,7 @@ struct clk_duty {
* and >= numerator) Return 0 on success, otherwise -EERROR.
*
* @init: Perform platform-specific initialization magic.
- * This is not not used by any of the basic clock types.
+ * This is not used by any of the basic clock types.
* This callback exist for HW which needs to perform some
* initialisation magic for CCF to get an accurate view of the
* clock. It may also be used dynamic resource allocation is