]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix typos in comments when calling __SetPageUptodate()
authorWei Yang <richardw.yang@linux.intel.com>
Sun, 1 Dec 2019 01:58:17 +0000 (17:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 20:59:10 +0000 (12:59 -0800)
commitccb508a5fe1b20f932326cc0e4180c91f52c917d
tree4d5523a4a2ef772cba0383c0ca2086963fc8e294
parentbefdad9018285b2be085805f7bac0863373f1c0d
mm: fix typos in comments when calling __SetPageUptodate()

There are several places emphasise the effect of __SetPageUptodate(),
while the comment seems to have a typo in two places.

Link: http://lkml.kernel.org/r/20190926023705.7226-1-richardw.yang@linux.intel.com
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c
mm/userfaultfd.c