Commit fef02b6
mm-move-madv_free-pages-into-lru_inactive_file-list-checkpatch-fixes
WARNING: line over 80 characters
torvalds#127: FILE: mm/swap.c:571:
+ del_page_from_lru_list(page, lruvec, LRU_INACTIVE_ANON + active);
WARNING: please, no spaces at the start of a line
torvalds#177: FILE: mm/swap.c:654:
+ {$
total: 0 errors, 2 warnings, 133 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-move-madv_free-pages-into-lru_inactive_file-list.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: Shaohua Li <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent a520842 commit fef02b6
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
| |||
651 | 652 | | |
652 | 653 | | |
653 | 654 | | |
654 | | - | |
| 655 | + | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| |||
0 commit comments