Re: [PATCH 2/2] drm/panthor: Fix comment to reflect actual struct field name
From: Boris Brezillon
Date: Wed Jun 17 2026 - 14:50:53 EST
On Tue, 16 Jun 2026 15:46:44 +0100
Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx> wrote:
> The mismatch would pop up when building the kernel with W=1.
>
> Signed-off-by: Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx>
Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx>
> ---
> 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 5625f3d34031..ab7a1698c327 100644
> --- a/drivers/gpu/drm/panthor/panthor_mmu.c
> +++ b/drivers/gpu/drm/panthor/panthor_mmu.c
> @@ -315,7 +315,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;
>
>