projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faced7e
)
cgroup: fix function name in comment
author
Chen Zhou
<chenzhou10@huawei.com>
Fri, 10 Jan 2020 07:23:20 +0000
(15:23 +0800)
committer
Tejun 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
patch
|
blob
|
history
diff --git
a/kernel/cgroup/rstat.c
b/kernel/cgroup/rstat.c
index
b48b22d
..
6f87352
100644
(file)
--- 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_up
d
ated(). Either we
* see NULL updated_next or they see our updated stat.
*/
smp_mb();