Commit c7cdf94e authored by Wang Yong's avatar Wang Yong Committed by Andrew Morton
Browse files

mm: fix typo in struct pglist_data code comment

change "stat" to "start".

Link: https://lkml.kernel.org/r/20221207074011.GA151242@cloud


Fixes: c959924b ("memory tiering: adjust hot threshold automatically")
Signed-off-by: default avatarWang Yong <yongw.kernel@gmail.com>
Reviewed-by: default avatar"Huang, Ying" <ying.huang@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 5478afc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;