Re: [PATCH] thermal: amlogic: Rename Uptat to uptat to follow kernel coding style

From: Daniel Lezcano
Date: Fri Apr 18 2025 - 06:15:14 EST


On Tue, Mar 25, 2025 at 01:30:44PM -0600, Enrique Isidoro Vazquez Ramos wrote:
> The variable Uptat uses CamelCase, which violates the kernel's coding
> style that mandates snake_case for variable names. This is a purely
> cosmetic change with no functional impact.
>
> Compilation tested with:
> - checkpatch.pl --strict passed (no new warnings/errors).
>
> Signed-off-by: Enrique Isidoro Vazquez Ramos <kike.correo99.f@xxxxxxxxx>
> ---

Applied, thanks