The table field is missing in the documentation of clk_mux.
Add a small blurb explaining what it is

Signed-off-by: Jerome Brunet <[email protected]>
---
 include/linux/clk-provider.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index b45623809a9a..38861e75b017 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -452,6 +452,7 @@ void clk_hw_unregister_divider(struct clk_hw *hw);
  *
  * @hw:                handle between common and hardware-specific interfaces
  * @reg:       register controlling multiplexer
+ * @table:     array of register values corresponding to the parent index
  * @shift:     shift to multiplexer bit field
  * @width:     width of mutliplexer bit field
  * @flags:     hardware-specific flags
-- 
2.14.3

Reply via email to