提交 3e0ee843 编写于 作者: R Rolf Eike Beer 提交者: Andrew Morton

mm: fix typo in struct vm_operations_struct comments

There is no eprotect(), so I assume this is about mprotect().

Link: https://lkml.kernel.org/r/2385684.8vm7BOzihM@mobilepool36.emlix.comSigned-off-by: NRolf Eike Beer <eb@emlix.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
上级 70ec04f3
...@@ -549,7 +549,7 @@ struct vm_operations_struct { ...@@ -549,7 +549,7 @@ struct vm_operations_struct {
/* /*
* Called by mprotect() to make driver-specific permission * Called by mprotect() to make driver-specific permission
* checks before mprotect() is finalised. The VMA must not * checks before mprotect() is finalised. The VMA must not
* be modified. Returns 0 if eprotect() can proceed. * be modified. Returns 0 if mprotect() can proceed.
*/ */
int (*mprotect)(struct vm_area_struct *vma, unsigned long start, int (*mprotect)(struct vm_area_struct *vma, unsigned long start,
unsigned long end, unsigned long newflags); unsigned long end, unsigned long newflags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册