mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 03:54:02 +00:00
cgroup: fix function name in comment
Function name cgroup_rstat_cpu_pop_upated() in comment should be cgroup_rstat_cpu_pop_updated(). Signed-off-by: Chen Zhou <chenzhou10@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
faced7e080
commit
75ea91cd3e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void cgroup_rstat_updated(struct cgroup *cgrp, int cpu)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Paired with the one in cgroup_rstat_cpu_pop_upated(). Either we
|
* Paired with the one in cgroup_rstat_cpu_pop_updated(). Either we
|
||||||
* see NULL updated_next or they see our updated stat.
|
* see NULL updated_next or they see our updated stat.
|
||||||
*/
|
*/
|
||||||
smp_mb();
|
smp_mb();
|
||||||
|
|
Loading…
Add table
Reference in a new issue