Skip to content

Commit f3b9e8e

Browse files
committed
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fix from Borislav Petkov: - Fix a couple of kernel-doc warnings * tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched: fix cid_lock kernel-doc warnings
2 parents 011e33e + 0019a2d commit f3b9e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched/core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11492,7 +11492,7 @@ void call_trace_sched_update_nr_running(struct rq *rq, int count)
1149211492

1149311493
#ifdef CONFIG_SCHED_MM_CID
1149411494

11495-
/**
11495+
/*
1149611496
* @cid_lock: Guarantee forward-progress of cid allocation.
1149711497
*
1149811498
* Concurrency ID allocation within a bitmap is mostly lock-free. The cid_lock
@@ -11501,7 +11501,7 @@ void call_trace_sched_update_nr_running(struct rq *rq, int count)
1150111501
*/
1150211502
DEFINE_RAW_SPINLOCK(cid_lock);
1150311503

11504-
/**
11504+
/*
1150511505
* @use_cid_lock: Select cid allocation behavior: lock-free vs spinlock.
1150611506
*
1150711507
* When @use_cid_lock is 0, the cid allocation is lock-free. When contention is

0 commit comments

Comments
 (0)