Skip to content

Commit 6263aea

Browse files
akpm00sfrothwell
authored andcommitted
arm64-mm-enable-rcu-fast_gup-checkpatch-fixes
WARNING: Missing a blank line after declarations torvalds#108: FILE: arch/arm64/mm/flush.c:114: + pmd_t pmd = pmd_mksplitting(*pmdp); + VM_BUG_ON(address & ~PMD_MASK); total: 0 errors, 1 warnings, 72 lines checked ./patches/arm64-mm-enable-rcu-fast_gup.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Steve Capper <steve.capper@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 89bec4b commit 6263aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/mm/flush.c

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address,
111111
pmd_t *pmdp)
112112
{
113113
pmd_t pmd = pmd_mksplitting(*pmdp);
114+
114115
VM_BUG_ON(address & ~PMD_MASK);
115116
set_pmd_at(vma->vm_mm, address, pmdp, pmd);
116117

0 commit comments

Comments
 (0)