On Thu, Feb 18, 2021 at 1:59 PM Miquel Raynal [off-list ref] wrote:
Hi Shubhrajyoti,
Shubhrajyoti Datta [off-list ref] wrote on Thu, 18 Feb
2021 10:19:47 +0530:
quoted
Update description for the clocking wizard structure
"Fix the clocking wizard main structure kernel documentation." ?
will update in next version.
quoted
Signed-off-by: Shubhrajyoti Datta <redacted>
---
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