Skip to content

Commit

Permalink
arm64-mm-enable-rcu-fast_gup-checkpatch-fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
akpm00 authored and hnaz committed Oct 3, 2014
1 parent 708ffc4 commit 21dd58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address,
pmd_t *pmdp)
{
pmd_t pmd = pmd_mksplitting(*pmdp);

VM_BUG_ON(address & ~PMD_MASK);
set_pmd_at(vma->vm_mm, address, pmdp, pmd);

Expand Down

0 comments on commit 21dd58c

Please sign in to comment.