[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190904064711.14490-1-odin@ugedal.com>
Date: Wed, 4 Sep 2019 08:47:09 +0200
From: Odin Ugedal <odin@...dal.com>
To: unlisted-recipients:; (no To-header on input)
Cc: tj@...nel.org, Odin Ugedal <odin@...dal.com>,
linux-mm@...ck.org (open list:MEMORY MANAGEMENT),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] mm,hugetlb_cgroup: Fix typo failcntfile in comment
Change "failcntfile" to "failcnt file"
Signed-off-by: Odin Ugedal <odin@...dal.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
Powered by blists - more mailing lists