Fixes grammar issues in the VM_BIND locking documentation: - Corrects adverb "also" positioning in the sentence. Signed-off-by: Leonardo Felipe Takao Hirata <leofthirata@xxxxxxxxx> --- 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 a345aa513d12..05d1a4e0d754 100644 --- a/Documentation/gpu/drm-vm-bind-locking.rst +++ b/Documentation/gpu/drm-vm-bind-locking.rst @@ -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 -- 2.43.0