From: John Madieu Date: Thu, 9 Apr 2026 12:59:16 +0000 (+0200) Subject: thermal: renesas: rzg3e: Remove stale @trim_offset kernel-doc entry X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf746e2a41efd98668c97759e06d436ae5af5a82;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Daniel Lezcano Link: https://patch.msgid.link/20260409125916.2244241-1-john.madieu.xa@bp.renesas.com --- diff --git a/drivers/thermal/renesas/rzg3e_thermal.c b/drivers/thermal/renesas/rzg3e_thermal.c index dde021e283b7f..f0e29fe633db0 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 {