* [PATCH] mm: fix typo in struct pglist_data code comment
@ 2022-12-07 7:40 Wang Yong
2022-12-08 0:02 ` Huang, Ying
0 siblings, 1 reply; 2+ messages in thread
From: Wang Yong @ 2022-12-07 7:40 UTC (permalink / raw)
To: akpm, ying.huang, baolin.wang, linux-mm, linux-kernel
change "stat" to "start".
Fixes: c959924b0dc5 ("memory tiering: adjust hot threshold automatically")
Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
---
include/linux/mmzone.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 5f74891556f3..128f3cde800c 100644
--- 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 start time of current promote
* threshold adjustment period
*/
unsigned long nbp_th_nr_cand;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mm: fix typo in struct pglist_data code comment
2022-12-07 7:40 [PATCH] mm: fix typo in struct pglist_data code comment Wang Yong
@ 2022-12-08 0:02 ` Huang, Ying
0 siblings, 0 replies; 2+ messages in thread
From: Huang, Ying @ 2022-12-08 0:02 UTC (permalink / raw)
To: Wang Yong; +Cc: akpm, baolin.wang, linux-mm, linux-kernel
Wang Yong <yongw.kernel@gmail.com> writes:
> change "stat" to "start".
>
> Fixes: c959924b0dc5 ("memory tiering: adjust hot threshold automatically")
> Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
> ---
> include/linux/mmzone.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
> index 5f74891556f3..128f3cde800c 100644
> --- 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 start time of current promote
Thanks!
Reviewed-by: "Huang, Ying" <ying.huang@intel.com>
> * threshold adjustment period
> */
> unsigned long nbp_th_nr_cand;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-08 0:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 7:40 [PATCH] mm: fix typo in struct pglist_data code comment Wang Yong
2022-12-08 0:02 ` Huang, Ying
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).