mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
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:
parent
985f5e12f3
commit
4d49f1adfb
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user