[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1593197171-21747-2-git-send-email-shubhrajyoti.datta@xilinx.com>
Date: Sat, 27 Jun 2020 00:16:06 +0530
From: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
To: linux-clk@...r.kernel.org
Cc: sboyd@...nel.org, robh+dt@...nel.org, gregkh@...uxfoundation.org,
shubhrajyoti.datta@...il.com, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, michals@...inx.com,
Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
Subject: [PATCH v5 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