Commit 0019a2d
sched: fix cid_lock kernel-doc warnings
Fix kernel-doc warnings for cid_lock and use_cid_lock.
These comments are not in kernel-doc format.
kernel/sched/core.c:11496: warning: Cannot understand * @cid_lock: Guarantee forward-progress of cid allocation.
on line 11496 - I thought it was a doc line
kernel/sched/core.c:11505: warning: Cannot understand * @use_cid_lock: Select cid allocation behavior: lock-free vs spinlock.
on line 11505 - I thought it was a doc line
Fixes: 223baf9 ("sched: Fix performance regression introduced by mm_cid")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20230428031111.322-1-rdunlap@infradead.org1 parent ac9a786 commit 0019a2d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11492 | 11492 | | |
11493 | 11493 | | |
11494 | 11494 | | |
11495 | | - | |
| 11495 | + | |
11496 | 11496 | | |
11497 | 11497 | | |
11498 | 11498 | | |
| |||
11501 | 11501 | | |
11502 | 11502 | | |
11503 | 11503 | | |
11504 | | - | |
| 11504 | + | |
11505 | 11505 | | |
11506 | 11506 | | |
11507 | 11507 | | |
| |||
0 commit comments