diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:28:30 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-07-20 15:11:34 -0700 |
commit | 6c4411f14d1afa8ead90cd4cf18a308c43ac6908 (patch) | |
tree | 4e2b3361aaa99e9cc883e7bc6c8e7e597d96ffe1 | |
parent | e8c849c2a8e8d300922399ac02065bebf53393a6 (diff) |
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>
-rw-r--r-- | include/linux/clk-provider.h | 2 |
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 |