On Thu, 19 Dec 2013, Tero Kristo wrote: > New clk_register_desc() call can be used to register this clock type now. > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> ... > diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h > index 9fa279d..7dd6842 100644 > --- a/include/linux/clk-provider.h > +++ b/include/linux/clk-provider.h > @@ -393,6 +393,26 @@ struct clk_mux { > spinlock_t *lock; > }; > > +/** > + * struct clk_mux_desc - init descriptor for multiplexer clock > + * > + * @desc: handle between common and hardware-specific interfaces As mentioned in http://patchwork.ozlabs.org/patch/294253/ please remove the blank line between the summary line and the arguments. Documentation/kernel-doc-nano.txt says: "The @argument descriptions must begin on the very next line following this opening short function description line, with no intervening empty comment lines." - Paul -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html