projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5478afc
)
mm: fix typo in struct pglist_data code comment
author
Wang Yong
<yongw.kernel@gmail.com>
Wed, 7 Dec 2022 07:40:11 +0000
(07:40 +0000)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 12 Dec 2022 02:12:21 +0000
(18:12 -0800)
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 <yongw.kernel@gmail.com>
Reviewed-by: "Huang, Ying" <ying.huang@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmzone.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mmzone.h
b/include/linux/mmzone.h
index 5f74891556f33c3df957d744ee15087a0522dc20..128f3cde800cb5a6f01e525c7aaa41daeb149486 100644
(file)
--- 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 sta
r
t time of current promote
* threshold adjustment period
*/
unsigned long nbp_th_nr_cand;