mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
mm: fix typo in struct pglist_data code comment
change "stat" to "start".
Link: https://lkml.kernel.org/r/20221207074011.GA151242@cloud
Fixes: c959924b0d
("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>
This commit is contained in:
parent
5478afc55a
commit
c7cdf94e9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue