summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorJames Hogan2013-03-25 15:35:07 +0100
committerMike Turquette2013-04-03 01:50:26 +0200
commit3566d40c1a4617461b38c82059bdc41d622faa8b (patch)
treee59a0c2a55d1511e32d194038c6af92127c0afbd /include/linux/clk-provider.h
parentclk: allow reentrant calls into the clk framework (diff)
downloadkernel-qcow2-linux-3566d40c1a4617461b38c82059bdc41d622faa8b.tar.gz
kernel-qcow2-linux-3566d40c1a4617461b38c82059bdc41d622faa8b.tar.xz
kernel-qcow2-linux-3566d40c1a4617461b38c82059bdc41d622faa8b.zip
clk: fix clk_mux::flags kerneldoc
The kerneldoc comment for struct clk_mux documented the non-existent num_clks instead of flags. Correct this. Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 1f0352802794..b1675074fe7c 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -284,7 +284,7 @@ struct clk *clk_register_divider_table(struct device *dev, const char *name,
* @reg: register controlling multiplexer
* @shift: shift to multiplexer bit field
* @width: width of mutliplexer bit field
- * @num_clks: number of parent clocks
+ * @flags: hardware-specific flags
* @lock: register lock
*
* Clock with multiple selectable parents. Implements .get_parent, .set_parent