The patch titled Subject: hugetlb: Fix spelling mistake "hierarichal" -> "hierarchical" has been added to the -mm tree. Its filename is hugetlb-add-hugetlbnuma_stat-file-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/hugetlb-add-hugetlbnuma_stat-file-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/hugetlb-add-hugetlbnuma_stat-file-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Colin Ian King <colin.i.king@xxxxxxxxxxxxxx> Subject: hugetlb: Fix spelling mistake "hierarichal" -> "hierarchical" There is a spelling mistake in a literal string and a comment. Fix them. Link: https://lkml.kernel.org/r/20211125090635.23508-1-colin.i.king@xxxxxxxxx Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx> Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb_cgroup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/hugetlb_cgroup.c~hugetlb-add-hugetlbnuma_stat-file-fix +++ a/mm/hugetlb_cgroup.c @@ -495,11 +495,11 @@ static int hugetlb_cgroup_read_numa_stat * The hierarchical total is pretty much the value recorded by the * counter, so use that. */ - seq_printf(seq, "%stotal=%lu", legacy ? "hierarichal_" : "", + seq_printf(seq, "%stotal=%lu", legacy ? "hierarchical_" : "", page_counter_read(&h_cg->hugepage[idx]) * PAGE_SIZE); /* - * For each node, transverse the css tree to obtain the hierarichal + * For each node, transverse the css tree to obtain the hierarchical * node usage. */ for_each_node_state(nid, N_MEMORY) { _ Patches currently in -mm which might be from colin.i.king@xxxxxxxxxxxxxx are hugetlb-add-hugetlbnuma_stat-file-fix.patch