From: James Hogan Date: Mon, 25 Mar 2013 14:35:07 +0000 (+0000) Subject: clk: fix clk_mux::flags kerneldoc X-Git-Tag: next-20130422~4^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3566d40c1a4617461b38c82059bdc41d622faa8b;p=karo-tx-linux.git 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 Signed-off-by: Mike Turquette --- 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