Commit b37ec2e
mm-cma-release-trigger-checkpatch-fixes
ERROR: code indent should use tabs where possible
torvalds#76: FILE: mm/cma_debug.c:88:
+ int pages = val;$
WARNING: please, no spaces at the start of a line
torvalds#76: FILE: mm/cma_debug.c:88:
+ int pages = val;$
ERROR: code indent should use tabs where possible
torvalds#79: FILE: mm/cma_debug.c:91:
+ return cma_free_mem(cma, pages);$
WARNING: please, no spaces at the start of a line
torvalds#79: FILE: mm/cma_debug.c:91:
+ return cma_free_mem(cma, pages);$
total: 2 errors, 2 warnings, 69 lines checked
NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
scripts/cleanfile
./patches/mm-cma-release-trigger.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: Sasha Levin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 1c166e0 commit b37ec2e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments