@@ -362,7 +362,7 @@ while processing each item:
Due to the additional locking and atomic operations, drivers that *can*
avoid accessing the gpu_vm's list outside of the dma_resv lock
-might want to avoid also this iteration scheme. Particularly, if the
+might also want to avoid this iteration scheme. Particularly, if the
driver anticipates a large number of list items. For lists where the
anticipated number of list items is small, where list iteration doesn't
happen very often or if there is a significant additional cost
Fixes grammar issues in the VM_BIND locking documentation: - Corrects adverb "also" positioning in the sentence. Signed-off-by: Leonardo Felipe Takao Hirata <leofthirata@gmail.com> --- Documentation/gpu/drm-vm-bind-locking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)