Skip to content

Commit c7cdf94

Browse files
Wang Yongakpm00
authored andcommitted
mm: fix typo in struct pglist_data code comment
change "stat" to "start". Link: https://lkml.kernel.org/r/20221207074011.GA151242@cloud Fixes: c959924 ("memory tiering: adjust hot threshold automatically") Signed-off-by: Wang Yong <yongw.kernel@gmail.com> Reviewed-by: "Huang, Ying" <ying.huang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 5478afc commit c7cdf94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/mmzone.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ typedef struct pglist_data {
12001200
/* start time in ms of current promote threshold adjustment period */
12011201
unsigned int nbp_th_start;
12021202
/*
1203-
* number of promote candidate pages at stat time of current promote
1203+
* number of promote candidate pages at start time of current promote
12041204
* threshold adjustment period
12051205
*/
12061206
unsigned long nbp_th_nr_cand;

0 commit comments

Comments
 (0)