Commit aed2e02
fs-proc-task_mmuc-simplify-the-vma_stop-logic-checkpatch-fixes
WARNING: Missing a blank line after declarations
torvalds#50: FILE: fs/proc/task_mmu.c:135:
+ struct mm_struct *mm = priv->mm;
+ release_task_mempolicy(priv);
ERROR: spaces required around that '?' (ctx:VxW)
torvalds#86: FILE: fs/proc/task_mmu.c:220:
+ next = (vma != tail_vma)? tail_vma: NULL;
^
ERROR: spaces required around that ':' (ctx:VxW)
torvalds#86: FILE: fs/proc/task_mmu.c:220:
+ next = (vma != tail_vma)? tail_vma: NULL;
^
total: 2 errors, 1 warnings, 65 lines checked
./patches/fs-proc-task_mmuc-simplify-the-vma_stop-logic.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: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 49a26a3 commit aed2e02
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | | - | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
0 commit comments