lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 08 Dec 2022 08:02:02 +0800
From:   "Huang, Ying" <ying.huang@...el.com>
To:     Wang Yong <yongw.kernel@...il.com>
Cc:     akpm@...ux-foundation.org, baolin.wang@...ux.alibaba.com,
        linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm: fix typo in struct pglist_data code comment

Wang Yong <yongw.kernel@...il.com> writes:

> change "stat" to "start".
>
> Fixes: c959924b0dc5 ("memory tiering: adjust hot threshold automatically")
> Signed-off-by: Wang Yong <yongw.kernel@...il.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@...el.com>

>  	 * threshold adjustment period
>  	 */
>  	unsigned long nbp_th_nr_cand;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ