linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm,hugetlb_cgroup: Fix typo failcntfile in comment
@ 2019-09-04  6:47 Odin Ugedal
  0 siblings, 0 replies; only message in thread
From: Odin Ugedal @ 2019-09-04  6:47 UTC (permalink / raw)
  Cc: tj, Odin Ugedal, open list:MEMORY MANAGEMENT, open list

Change "failcntfile" to "failcnt file"

Signed-off-by: Odin Ugedal <odin@ugedal.com>
---
 mm/hugetlb_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb_cgroup.c b/mm/hugetlb_cgroup.c
index 68c2f2f3c05b..3b004028c490 100644
--- a/mm/hugetlb_cgroup.c
+++ b/mm/hugetlb_cgroup.c
@@ -379,7 +379,7 @@ static void __init __hugetlb_cgroup_file_init(int idx)
 	cft->write = hugetlb_cgroup_reset;
 	cft->read_u64 = hugetlb_cgroup_read_u64;
 
-	/* Add the failcntfile */
+	/* Add the failcnt file */
 	cft = &h->cgroup_files[3];
 	snprintf(cft->name, MAX_CFTYPE_NAME, "%s.failcnt", buf);
 	cft->private  = MEMFILE_PRIVATE(idx, RES_FAILCNT);
-- 
2.23.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-04  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04  6:47 [PATCH] mm,hugetlb_cgroup: Fix typo failcntfile in comment Odin Ugedal

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).