diff options
author | Chen Zhou <chenzhou10@huawei.com> | 2020-01-10 15:23:20 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2020-01-15 07:58:13 -0800 |
commit | 75ea91cd3eab8214eb8cd7f61ac23f41884d29ec (patch) | |
tree | 4eca30201ac6cc91eec6760f089c4189466dc4ec /kernel/cgroup | |
parent | faced7e0806cf44095a2833ad53ff59c39e6748d (diff) |
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>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r-- | kernel/cgroup/rstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/rstat.c b/kernel/cgroup/rstat.c index b48b22d4deb6..6f87352f8219 100644 --- a/kernel/cgroup/rstat.c +++ b/kernel/cgroup/rstat.c @@ -33,7 +33,7 @@ void cgroup_rstat_updated(struct cgroup *cgrp, int cpu) 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. */ smp_mb(); |