diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-26 13:08:33 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-03-26 18:54:57 +0100 |
commit | e27453adcadd7be50b796c72e0078e5d7057303f (patch) | |
tree | b17cdd0d00798b50add2494449d4c0d42a9c7f24 /drivers/clk/clk.c | |
parent | clk: at91: Trivial typo fixes in the file sama7g5.c (diff) | |
download | linux-e27453adcadd7be50b796c72e0078e5d7057303f.tar.xz linux-e27453adcadd7be50b796c72e0078e5d7057303f.zip |
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 <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210326120833.1578153-1-geert+renesas@glider.be
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r-- | drivers/clk/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 8c1ed844b97e..d181c6d31d22 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1330,7 +1330,7 @@ static int clk_core_determine_round_nolock(struct clk_core *core, return 0; /* - * At this point, core protection will be disabled if + * At this point, core protection will be disabled * - if the provider is not protected at all * - if the calling consumer is the only one which has exclusivity * over the provider |