mm: fix typo in struct vm_operations_struct comments
authorRolf Eike Beer <eb@emlix.com>
Fri, 7 Oct 2022 11:37:41 +0000 (13:37 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 9 Nov 2022 01:37:13 +0000 (17:37 -0800)
There is no eprotect(), so I assume this is about mprotect().

Link: https://lkml.kernel.org/r/2385684.8vm7BOzihM@mobilepool36.emlix.com
Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h

index 8bbcccbc55654341c4d2b361549e1da4da6d65cb..f6d2d2d9e284a506dea1e8cc327ddcd0b52682a8 100644 (file)
@@ -549,7 +549,7 @@ struct vm_operations_struct {
        /*
         * Called by mprotect() to make driver-specific permission
         * 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,
                        unsigned long end, unsigned long newflags);