OSDN Git Service

clk: fixed-rate: Document accuracy member
authorStephen Boyd <sboyd@kernel.org>
Fri, 30 Aug 2019 15:09:16 +0000 (08:09 -0700)
committerStephen Boyd <sboyd@kernel.org>
Sun, 5 Jan 2020 21:34:37 +0000 (13:34 -0800)
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
include/linux/clk-provider.h

index db4c760..8bb517b 100644 (file)
@@ -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;