]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thermal: renesas: rzg3e: Remove stale @trim_offset kernel-doc entry
authorJohn Madieu <john.madieu.xa@bp.renesas.com>
Thu, 9 Apr 2026 12:59:16 +0000 (14:59 +0200)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Thu, 9 Apr 2026 19:47:15 +0000 (21:47 +0200)
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
drivers/thermal/renesas/rzg3e_thermal.c

index dde021e283b7f2acf2dac25e745bef9065b1da74..f0e29fe633db01ecd86dac83fb65560317568d91 100644 (file)
@@ -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 {