This repository was archived by the owner on Jan 12, 2021. It is now read-only.
Commit 99e3148
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 3baa367 commit 99e3148
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments