Skip to content

Commit e27453a

Browse files
geertubebarino
authored andcommitted
clk: Drop double "if" in clk_core_determine_round_nolock() comment
The comments for clk_core_determine_round_nolock() contain a double "if": one at the end of a line, followed by another one at the beginning of the next line. Drop the former. Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 7996dfd commit e27453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ static int clk_core_determine_round_nolock(struct clk_core *core,
13301330
return 0;
13311331

13321332
/*
1333-
* At this point, core protection will be disabled if
1333+
* At this point, core protection will be disabled
13341334
* - if the provider is not protected at all
13351335
* - if the calling consumer is the only one which has exclusivity
13361336
* over the provider

0 commit comments

Comments
 (0)