From: Wang Yong Date: Wed, 7 Dec 2022 07:40:11 +0000 (+0000) Subject: mm: fix typo in struct pglist_data code comment X-Git-Tag: v6.2-rc1~98^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7cdf94e9cd7a03549e61b0f85949959191b8a10;p=thirdparty%2Flinux.git mm: fix typo in struct pglist_data code comment change "stat" to "start". Link: https://lkml.kernel.org/r/20221207074011.GA151242@cloud Fixes: c959924b0dc5 ("memory tiering: adjust hot threshold automatically") Signed-off-by: Wang Yong Reviewed-by: "Huang, Ying" Signed-off-by: Andrew Morton --- diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 5f74891556f33..128f3cde800cb 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -1200,7 +1200,7 @@ typedef struct pglist_data { /* start time in ms of current promote threshold adjustment period */ unsigned int nbp_th_start; /* - * number of promote candidate pages at stat time of current promote + * number of promote candidate pages at start time of current promote * threshold adjustment period */ unsigned long nbp_th_nr_cand;