aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mprotect.c')
-rw-r--r--mm/mprotect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mprotect.c b/mm/mprotect.c
index 3b8f3c0c63f3..e8346c30abec 100644
--- a/mm/mprotect.c
+++ b/mm/mprotect.c
@@ -128,7 +128,7 @@ static void change_protection(struct vm_area_struct *vma,
128 flush_tlb_range(vma, start, end); 128 flush_tlb_range(vma, start, end);
129} 129}
130 130
131static int 131int
132mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, 132mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
133 unsigned long start, unsigned long end, unsigned long newflags) 133 unsigned long start, unsigned long end, unsigned long newflags)
134{ 134{