summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
diff options
context:
space:
mode:
authorYanfei Xu <yanfei.xu@windriver.com>2020-10-14 01:53:29 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2020-10-14 03:38:31 +0200
commita7069ee3f891b22727303dfe0857ae47ef0c4936 (patch)
tree906bae36caf8ca3730f58bcfc1817336aa1fd4b0 /mm/mmap.c
parentmm/memory.c: fix typo in __do_fault() comment (diff)
downloadlinux-a7069ee3f891b22727303dfe0857ae47ef0c4936.tar.xz
linux-a7069ee3f891b22727303dfe0857ae47ef0c4936.zip
mm/memory.c: replace vmf->vma with variable vma
The code has declared a vma_struct named vma which is assigned a value of vmf->vma. Thus, use variable vma directly here. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: http://lkml.kernel.org/r/20200818084607.37616-1-yanfei.xu@windriver.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/mmap.c')
0 files changed, 0 insertions, 0 deletions