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 <[email protected]> Reviewed-by: "Huang, Ying" <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 5478afc commit c7cdf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)