]> git.baikalelectronics.ru Git - kernel.git/commit
mmap locking API: fix missed mmap_sem references in comments
authorFlorian Rommel <mail@florommel.de>
Tue, 10 May 2022 01:20:53 +0000 (18:20 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 13 May 2022 14:20:07 +0000 (07:20 -0700)
commitbc13705262668e259850ad1fa4d086b9bd77fadd
treeb77b4d3e32da7833c8287bd74b50845c14f980bc
parentd4bf4378bea18f2bdd2ea5e49de826d7bcc62f18
mmap locking API: fix missed mmap_sem references in comments

Commit e4da1ee414b4 ("mmap locking API: convert mmap_sem comments") missed
replacing some references of mmap_sem by mmap_lock due to misspelling
(mm_sem instead of mmap_sem).

Link: https://lkml.kernel.org/r/20220503113333.214124-1-mail@florommel.de
Signed-off-by: Florian Rommel <mail@florommel.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
drivers/gpu/drm/ttm/ttm_bo_vm.c
mm/mmap.c