]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memory.c: fix typo in __do_fault() comment
authorYanfei Xu <yanfei.xu@windriver.com>
Tue, 13 Oct 2020 23:53:26 +0000 (16:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:31 +0000 (18:38 -0700)
commitdfbb1601efd5c3f992e57963ef8c06899895e781
tree72ce58c775c260f22251df41c0821e98465234bf
parent86e94cbba5d169912f1b04f2eec7fe911e1a7bc1
mm/memory.c: fix typo in __do_fault() comment

It's "pte_alloc_one", not "pte_alloc_pne". Let's fix that.

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Link: http://lkml.kernel.org/r/20200818104339.5310-1-yanfei.xu@windriver.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c