Commit 9743615
mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes
WARNING: please, no space before tabs
torvalds#506: FILE: mm/gup.c:1513:
+^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$
WARNING: please, no space before tabs
torvalds#507: FILE: mm/gup.c:1514:
+^I * ^I difference with !FOLL_FORCE, because the page is writable$
WARNING: please, no space before tabs
torvalds#508: FILE: mm/gup.c:1515:
+^I * ^I in the page table.$
total: 0 errors, 3 warnings, 214 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review.
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: David Hildenbrand <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>1 parent 2f1f1ba commit 9743615
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1516 | 1516 | | |
1517 | 1517 | | |
1518 | 1518 | | |
| |||
0 commit comments