diff --git a/mm/memory.c b/mm/memory.c index 783aabfa66d29f..50632c4366b8ab 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1177,7 +1177,7 @@ copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) * * Use the raw variant of the seqcount_t write API to avoid * lockdep complaining about preemptibility. - */ + */ mmap_assert_write_locked(src_mm); raw_write_seqcount_begin(&src_mm->write_protect_seq); }