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

From: Biju Das

Date: Sun Feb 08 2026 - 05:18:12 EST


Hi All,

> -----Original Message-----
> From: Biju <biju.das.au@xxxxxxxxx>
> Sent: 08 February 2026 09:29
> Subject: [PATCH] thermal: renesas: rzg3e: Drop unused kernel-doc comments
>
> From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
>
> Drop unused kernel-doc comments from struct rzg3e_thermal_priv.
>
> Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>

If it all Fixes tag required to make the code in sync with kernel-doc

Fixes: c33edd8f936c ("thermal: renesas: rzg3e: make calibration value retrieval per-chip")

> ---
> 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