[PATCH] Documentation/gpu: Fix bracket
From: Manuel Ebner
Date: Wed Sep 09 2026 - 11:59:26 EST
Remove needless '('.
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Documentation/gpu/drm-vm-bind-locking.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gpu/drm-vm-bind-locking.rst b/Documentation/gpu/drm-vm-bind-locking.rst
index a345aa513..df6cf0132 100644
--- a/Documentation/gpu/drm-vm-bind-locking.rst
+++ b/Documentation/gpu/drm-vm-bind-locking.rst
@@ -170,7 +170,7 @@ submission is therefore preceded with a re-validation section:
validate_gem_bo(&gpu_vm_bo->gem_bo);
// The following list iteration needs the Gem object's
- // dma_resv to be held (it protects the gpu_vm_bo's list of
+ // dma_resv to be held. It protects the gpu_vm_bo's list of
// gpu_vmas, but since local gem objects share the gpu_vm's
// dma_resv, it is already held at this point.
for_each_gpu_vma_of_gpu_vm_bo(&gpu_vm_bo, &gpu_vma)
--
2.54.0