]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cgroup: fix function name in comment
authorChen Zhou <chenzhou10@huawei.com>
Fri, 10 Jan 2020 07:23:20 +0000 (15:23 +0800)
committerTejun Heo <tj@kernel.org>
Wed, 15 Jan 2020 15:58:13 +0000 (07:58 -0800)
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>
kernel/cgroup/rstat.c

index b48b22d4deb695a8432955e942149ad3e91abef0..6f87352f8219cddbd96e3c439e88c3910c15fa7f 100644 (file)
@@ -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();