diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-08-30 18:09:16 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-01-06 00:34:37 +0300 |
commit | 32205b75414e530dc6c95ac39f70ef8e194327e0 (patch) | |
tree | c408410cbb9aab267da66b3cf0c490944980caf1 /include/linux/clk-provider.h | |
parent | 38d1e38093b7d85ed0fa3a28c13c3266db505b3b (diff) | |
download | linux-32205b75414e530dc6c95ac39f70ef8e194327e0.tar.xz |
clk: fixed-rate: Document accuracy member
This member isn't documented, leading to kernel-doc warnings. Document
it.
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20190830150923.259497-6-sboyd@kernel.org
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index db4c760e8645..8bb517b670e3 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -321,6 +321,7 @@ struct clk_hw { * struct clk_fixed_rate - fixed-rate clock * @hw: handle between common and hardware-specific interfaces * @fixed_rate: constant frequency of clock + * @fixed_accuracy: constant accuracy of clock in ppb (parts per billion) */ struct clk_fixed_rate { struct clk_hw hw; |