Skip to content

Commit 6c4411f

Browse files
rddunlapbebarino
authored andcommitted
clk: <linux/clk-provider.h>: drop a duplicated word
Drop the repeated word "not" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: Michael Turquette <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent e8c849c commit 6c4411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/clk-provider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct clk_duty {
189189
* and >= numerator) Return 0 on success, otherwise -EERROR.
190190
*
191191
* @init: Perform platform-specific initialization magic.
192-
* This is not not used by any of the basic clock types.
192+
* This is not used by any of the basic clock types.
193193
* This callback exist for HW which needs to perform some
194194
* initialisation magic for CCF to get an accurate view of the
195195
* clock. It may also be used dynamic resource allocation is

0 commit comments

Comments
 (0)