]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/nouveau/mmu: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 13:39:20 +0000 (21:39 +0800)
committerLyude Paul <lyude@redhat.com>
Tue, 21 Jun 2022 20:02:52 +0000 (16:02 -0400)
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
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c

index ca74775834dd5d49f28f0908c60b57ff3a1a25f0..ae793f400ba1e766904fcebe27637eb565a2101a 100644 (file)
@@ -1048,7 +1048,7 @@ nvkm_vmm_ctor(const struct nvkm_vmm_func *func, struct nvkm_mmu *mmu,
        __mutex_init(&vmm->mutex, "&vmm->mutex", key ? key : &_key);
 
        /* Locate the smallest page size supported by the backend, it will
-        * have the the deepest nesting of page tables.
+        * have the deepest nesting of page tables.
         */
        while (page[1].shift)
                page++;