drm/panthor: Fix comment to reflect actual struct field name

The mismatch would pop up when building the kernel with W=1.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://patch.msgid.link/20260720-vm_bind_checks-v6-2-c2c7dbe93a73@collabora.com
Signed-off-by: Steven Price <steven.price@arm.com>
This commit is contained in:
Adrián Larumbe 2026-07-20 16:48:42 +01:00 committed by Steven Price
parent 985f5e12f3
commit 4d49f1adfb

View File

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