aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-03-25 10:35:07 -0400
committerMike Turquette <mturquette@linaro.org>2013-04-02 19:50:26 -0400
commit3566d40c1a4617461b38c82059bdc41d622faa8b (patch)
treee59a0c2a55d1511e32d194038c6af92127c0afbd /include/linux/clk-provider.h
parent533ddeb1e86f506129ee388a6cc13796dcf31311 (diff)
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,
284 * @reg: register controlling multiplexer 284 * @reg: register controlling multiplexer
285 * @shift: shift to multiplexer bit field 285 * @shift: shift to multiplexer bit field
286 * @width: width of mutliplexer bit field 286 * @width: width of mutliplexer bit field
287 * @num_clks: number of parent clocks 287 * @flags: hardware-specific flags
288 * @lock: register lock 288 * @lock: register lock
289 * 289 *
290 * Clock with multiple selectable parents. Implements .get_parent, .set_parent 290 * Clock with multiple selectable parents. Implements .get_parent, .set_parent