projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f0c4b
)
clk: fixed-rate: Document that accuracy isn't a rate
author
Stephen Boyd
<sboyd@kernel.org>
Fri, 30 Aug 2019 15:09:19 +0000
(08:09 -0700)
committer
Stephen Boyd
<sboyd@kernel.org>
Tue, 7 Jan 2020 07:08:16 +0000
(23:08 -0800)
This kernel-doc talks about a rate for the accuracy. That's wrong.
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link:
https://lkml.kernel.org/r/20190830150923.259497-9-sboyd@kernel.org
include/linux/clk-provider.h
patch
|
blob
|
history
diff --git
a/include/linux/clk-provider.h
b/include/linux/clk-provider.h
index
1a90fa4
..
89ca2c4
100644
(file)
--- a/
include/linux/clk-provider.h
+++ b/
include/linux/clk-provider.h
@@
-394,7
+394,7
@@
struct clk *clk_register_fixed_rate(struct device *dev, const char *name,
* @parent_name: name of clock's parent
* @flags: framework-specific flags
* @fixed_rate: non-adjustable clock rate
- * @fixed_accuracy: non-adjustable clock
rate
+ * @fixed_accuracy: non-adjustable clock
accuracy
*/
#define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, \
flags, fixed_rate, \