[PATCH] thermal: renesas: rzg3e: Drop unused kernel-doc comments

Biju posted 1 patch 10 hours ago
drivers/thermal/renesas/rzg3e_thermal.c | 2 --
1 file changed, 2 deletions(-)
[PATCH] thermal: renesas: rzg3e: Drop unused kernel-doc comments
Posted by Biju 10 hours ago
From: Biju Das <biju.das.jz@bp.renesas.com>

Drop unused kernel-doc comments from struct rzg3e_thermal_priv.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 drivers/thermal/renesas/rzg3e_thermal.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/thermal/renesas/rzg3e_thermal.c b/drivers/thermal/renesas/rzg3e_thermal.c
index dde021e283b7..086bd3da10e1 100644
--- a/drivers/thermal/renesas/rzg3e_thermal.c
+++ b/drivers/thermal/renesas/rzg3e_thermal.c
@@ -87,13 +87,11 @@ struct rzg3e_thermal_info {
  * struct rzg3e_thermal_priv - RZ/G3E TSU private data
  * @base: TSU register base
  * @dev: device pointer
- * @syscon: regmap for calibration values
  * @zone: thermal zone device
  * @rstc: reset control
  * @info: chip type specific information
  * @trmval0: calibration value 0 (b)
  * @trmval1: calibration value 1 (c)
- * @trim_offset: offset for trim registers in syscon
  * @lock: protects hardware access during conversions
  */
 struct rzg3e_thermal_priv {
-- 
2.43.0