linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cgroup: fix function name in comment
@ 2020-01-10  7:23 Chen Zhou
  2020-01-15 15:59 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Zhou @ 2020-01-10  7:23 UTC (permalink / raw)
  To: tj, lizefan; +Cc: cgroups, linux-kernel, chenzhou10

Function name cgroup_rstat_cpu_pop_upated() in comment should be
cgroup_rstat_cpu_pop_updated().

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
---
 kernel/cgroup/rstat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cgroup/rstat.c b/kernel/cgroup/rstat.c
index b48b22d..6f87352 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();
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cgroup: fix function name in comment
  2020-01-10  7:23 [PATCH] cgroup: fix function name in comment Chen Zhou
@ 2020-01-15 15:59 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2020-01-15 15:59 UTC (permalink / raw)
  To: Chen Zhou; +Cc: lizefan, cgroups, linux-kernel

On Fri, Jan 10, 2020 at 03:23:20PM +0800, Chen Zhou wrote:
> Function name cgroup_rstat_cpu_pop_upated() in comment should be
> cgroup_rstat_cpu_pop_updated().
> 
> Signed-off-by: Chen Zhou <chenzhou10@huawei.com>

Applied to cgroup/for-5.6.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-15 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10  7:23 [PATCH] cgroup: fix function name in comment Chen Zhou
2020-01-15 15:59 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).