Commit 5aba855
ipcsem-do-not-hold-ipc-lock-more-than-necessary-fix-checkpatch-fixes
ERROR: space required before the open parenthesis '('
torvalds#25: FILE: ipc/sem.c:1101:
+ if(semnum < 0 || semnum >= nsems) {
total: 1 errors, 0 warnings, 12 lines checked
./patches/ipcsem-do-not-hold-ipc-lock-more-than-necessary-fix.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 <sasha.levin@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>1 parent 4423de1 commit 5aba855
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
1101 | | - | |
| 1101 | + | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
| |||
0 commit comments