[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1598621996-31040-4-git-send-email-shubhrajyoti.datta@xilinx.com>
Date: Fri, 28 Aug 2020 19:09:51 +0530
From: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
To: linux-clk@...r.kernel.org
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
devel@...verdev.osuosl.org, sboyd@...nel.org, robh+dt@...nel.org,
gregkh@...uxfoundation.org, mturquette@...libre.com,
Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
Subject: [PATCH v6 3/8] clk: clock-wizard: Fix kernel-doc warning
Update description for the clocking wizard structure
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
---
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 b31524a..d6577c8 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
--
2.1.1
Powered by blists - more mailing lists