Re: [PATCH v2 2/2] drm/panthor: Fix comment to reflect actual struct field name

From: Steven Price

Date: Wed Jun 24 2026 - 10:55:53 EST


On 19/06/2026 13:41, Adrián Larumbe wrote:
> The mismatch would pop up when building the kernel with W=1.
>
> Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx>
> Signed-off-by: Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx>

Reviewed-by: Steven Price <steven.price@xxxxxxx>

> ---
> drivers/gpu/drm/panthor/panthor_mmu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c
> index a8de4fe6b231..d8c6d8a9e26e 100644
> --- a/drivers/gpu/drm/panthor/panthor_mmu.c
> +++ b/drivers/gpu/drm/panthor/panthor_mmu.c
> @@ -306,7 +306,7 @@ struct panthor_vm {
> /** @kernel_auto_va.start: Start of the automatic VA-range for kernel BOs. */
> u64 start;
>
> - /** @kernel_auto_va.size: Size of the automatic VA-range for kernel BOs. */
> + /** @kernel_auto_va.end: End of the automatic VA-range for kernel BOs. */
> u64 end;
> } kernel_auto_va;
>
>