Commit 42c9ed8
sysctl-handle-error-writing-uint_max-to-u32-fields-checkpatch-fixes
WARNING: please, no spaces at the start of a line
torvalds#101: FILE: kernel/sysctl.c:2297:
+ return do_proc_dointvec(table,write,buffer,lenp,ppos,$
ERROR: space required after that ',' (ctx:VxV)
torvalds#101: FILE: kernel/sysctl.c:2297:
+ return do_proc_dointvec(table,write,buffer,lenp,ppos,
^
ERROR: space required after that ',' (ctx:VxV)
torvalds#101: FILE: kernel/sysctl.c:2297:
+ return do_proc_dointvec(table,write,buffer,lenp,ppos,
^
ERROR: space required after that ',' (ctx:VxV)
torvalds#101: FILE: kernel/sysctl.c:2297:
+ return do_proc_dointvec(table,write,buffer,lenp,ppos,
^
ERROR: space required after that ',' (ctx:VxV)
torvalds#101: FILE: kernel/sysctl.c:2297:
+ return do_proc_dointvec(table,write,buffer,lenp,ppos,
^
WARNING: ENOSYS means 'invalid syscall nr' and nothing else
torvalds#115: FILE: kernel/sysctl.c:2899:
+ return -ENOSYS;
total: 4 errors, 2 warnings, 74 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/sysctl-handle-error-writing-uint_max-to-u32-fields.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: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>1 parent a75618d commit 42c9ed8
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2274 | 2274 | | |
2275 | 2275 | | |
2276 | 2276 | | |
2277 | | - | |
2278 | | - | |
| 2277 | + | |
2279 | 2278 | | |
2280 | 2279 | | |
2281 | 2280 | | |
| |||
2294 | 2293 | | |
2295 | 2294 | | |
2296 | 2295 | | |
2297 | | - | |
| 2296 | + | |
2298 | 2297 | | |
2299 | 2298 | | |
2300 | 2299 | | |
| |||
0 commit comments