mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
cgroup: Fix a typo of the function name in comment
... which was wrongly written as cgroup_threadcgroup_change_begin(). Signed-off-by: Zenghui Yu (Huawei) <zenghui.yu@linux.dev> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
eda17a3a70
commit
8a564dfdfd
|
|
@ -896,7 +896,7 @@ static inline void cgroup_threadgroup_change_begin(struct task_struct *tsk)
|
|||
* cgroup_threadgroup_change_end - threadgroup exclusion for cgroups
|
||||
* @tsk: target task
|
||||
*
|
||||
* Counterpart of cgroup_threadcgroup_change_begin().
|
||||
* Counterpart of cgroup_threadgroup_change_begin().
|
||||
*/
|
||||
static inline void cgroup_threadgroup_change_end(struct task_struct *tsk)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user