[PATCH] thermal: renesas: rzg3e: Drop stale syscon documentation
From: Prabhakar
Date: Wed May 20 2026 - 05:17:01 EST
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
Remove the stale kernel-doc description line for the 'syscon' member
from struct rzg3e_thermal_priv.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
---
drivers/thermal/renesas/rzg3e_thermal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/renesas/rzg3e_thermal.c b/drivers/thermal/renesas/rzg3e_thermal.c
index f0e29fe633db..086bd3da10e1 100644
--- a/drivers/thermal/renesas/rzg3e_thermal.c
+++ b/drivers/thermal/renesas/rzg3e_thermal.c
@@ -87,7 +87,6 @@ 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
--
2.54.0