diff options
author | Stephen Boyd <[email protected]> | 2020-07-20 15:11:44 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-07-20 15:11:44 -0700 |
commit | 46e3ecda63577b12327a5fcdbc81444dd77a3652 (patch) | |
tree | 54d08d43c1d688e7a72f006092625ae0c6bfe629 | |
parent | 5c09ea8bf3a04a4e1a812b2f913739e37af6af72 (diff) | |
parent | 6c4411f14d1afa8ead90cd4cf18a308c43ac6908 (diff) |
Merge branch 'clk-doc' into clk-next
* clk-doc:
clk: <linux/clk-provider.h>: drop a duplicated word
-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 |