Commit 60a8d58
mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
torvalds#17:
Thus, checks for "frontswap_enabled" are replaced with "frontswap_enabled()"
WARNING: space prohibited between function name and open parenthesis '('
torvalds#208: FILE: mm/frontswap.c:255:
+ VM_BUG_ON (!frontswap_ops);
total: 0 errors, 2 warnings, 188 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-frontswap-convert-frontswap_enabled-to-static-key.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 156601b commit 60a8d58
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments