On Thu, Feb 18, 2021 at 1:59 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote: > > Hi Shubhrajyoti, > > Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> wrote on Thu, 18 Feb > 2021 10:19:47 +0530: > > > Update description for the clocking wizard structure > > "Fix the clocking wizard main structure kernel documentation." ? will update in next version. > > > > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > > --- > > drivers/clk/clk-xlnx-clock-wizard.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/drivers/clk/clk-xlnx-clock-wizard.c b/drivers/clk/clk-xlnx-clock-wizard.c > > index 1bab68e..fb2d555 100644 > > --- a/drivers/clk/clk-xlnx-clock-wizard.c > > +++ b/drivers/clk/clk-xlnx-clock-wizard.c > > @@ -40,7 +40,8 @@ enum clk_wzrd_int_clks { > > }; > > > > /** > > - * struct clk_wzrd: > > + * struct clk_wzrd - Clock wizard private data structure > > + * > > * @clk_data: Clock data > > * @nb: Notifier block > > * @base: Memory base > > > Thanks, > Miquèl