summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Madieu <john.madieu.xa@bp.renesas.com>2026-04-09 14:59:16 +0200
committerDaniel Lezcano <daniel.lezcano@kernel.org>2026-04-09 21:47:15 +0200
commitbf746e2a41efd98668c97759e06d436ae5af5a82 (patch)
treeae22079d3f263d4a7d189d201a7a76a414bc9e01
parent29cbf826d5674a0ea1b101c13861416c7f217304 (diff)
thermal: renesas: rzg3e: Remove stale @trim_offset kernel-doc entry
The trim_offset field was removed from struct rzg3e_thermal_priv but its kernel-doc entry was left behind. Remove it to fix the mismatch. Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org> Link: https://patch.msgid.link/20260409125916.2244241-1-john.madieu.xa@bp.renesas.com
-rw-r--r--drivers/thermal/renesas/rzg3e_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/renesas/rzg3e_thermal.c b/drivers/thermal/renesas/rzg3e_thermal.c
index dde021e283b7..f0e29fe633db 100644
--- a/drivers/thermal/renesas/rzg3e_thermal.c
+++ b/drivers/thermal/renesas/rzg3e_thermal.c
@@ -93,7 +93,6 @@ struct rzg3e_thermal_info {
* @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 {