Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau/mmu: drop unexpected word "the" in the comments

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
line: 1051
* have the the deepest nesting of page tables.
changed to
* have the deepest nesting of page tables.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621133920.8112-1-jiangjian@cdjrlc.com

authored by

Jiang Jian and committed by
Lyude Paul
7c021558 87a3451e

+1 -1
+1 -1
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
··· 1048 1048 __mutex_init(&vmm->mutex, "&vmm->mutex", key ? key : &_key); 1049 1049 1050 1050 /* Locate the smallest page size supported by the backend, it will 1051 - * have the the deepest nesting of page tables. 1051 + * have the deepest nesting of page tables. 1052 1052 */ 1053 1053 while (page[1].shift) 1054 1054 page++;