projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3650b22
)
clk: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 23 Oct 2020 16:33:25 +0000
(18:33 +0200)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 5 Nov 2020 02:00:58 +0000
(18:00 -0800)
clk_get_duty_cycle -> clk_get_scaled_duty_cycle
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link:
https://lore.kernel.org/r/b2336f3f3cdfe6e1a2d3a7a056ab7ccc7a81b945.1603469755.git.mchehab+huawei@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk.h
patch
|
blob
|
history
diff --git
a/include/linux/clk.h
b/include/linux/clk.h
index 7fd6a1febcf4f400dd0aaa5b7f128c3a36035793..5f8d5f4931c046bb99f52225c65fdc749bb22c92 100644
(file)
--- a/
include/linux/clk.h
+++ b/
include/linux/clk.h
@@
-150,7
+150,7
@@
int clk_get_phase(struct clk *clk);
int clk_set_duty_cycle(struct clk *clk, unsigned int num, unsigned int den);
/**
- * clk_get_duty_cycle - return the duty cycle ratio of a clock signal
+ * clk_get_
scaled_
duty_cycle - return the duty cycle ratio of a clock signal
* @clk: clock signal source
* @scale: scaling factor to be applied to represent the ratio as an integer
*