Commit 589ecaf
mm-prepare-page_referenced-and-page_idle-to-new-thp-refcounting-checkpatch-fixes
ERROR: code indent should use tabs where possible
torvalds#171: FILE: mm/page_idle.c:75:
+ if (!pmd_present(*pmd))$
WARNING: please, no spaces at the start of a line
torvalds#171: FILE: mm/page_idle.c:75:
+ if (!pmd_present(*pmd))$
WARNING: Missing a blank line after declarations
torvalds#194: FILE: mm/page_idle.c:93:
+ pmd_t pmde = *pmd;
+ barrier();
WARNING: Missing a blank line after declarations
torvalds#304: FILE: mm/rmap.c:867:
+ pmd_t pmde = *pmd;
+ barrier();
total: 1 errors, 3 warnings, 327 lines checked
NOTE: Whitespace errors detected.
You may wish to use scripts/cleanpatch or scripts/cleanfile
./patches/mm-prepare-page_referenced-and-page_idle-to-new-thp-refcounting.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: "Kirill A. Shutemov" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 43357f3 commit 589ecaf
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
| 867 | + | |
867 | 868 | | |
868 | 869 | | |
869 | 870 | | |
| |||
0 commit comments