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:   Mon, 13 Mar 2023 14:32:56 -0700
From:   Song Liu <song@...nel.org>
To:     Jiangshan Yi <yijiangshan@...inos.cn>
Cc:     linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
        13667453960@....com
Subject: Re: [PATCH] md/raid10: Fix typo in comment (replacment -> replacement)

On Mon, Feb 13, 2023 at 10:41 PM Jiangshan Yi <yijiangshan@...inos.cn> wrote:
>
> Replace replacment with replacement.
>
> Signed-off-by: Jiangshan Yi <yijiangshan@...inos.cn>

To be honest, I see very little value from typo fixes in comments.

I will apply this one, but I may start rejecting them in the future.

Thanks,
Song

> ---
>  drivers/md/raid10.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
> index 6c66357f92f5..7b264add0d52 100644
> --- a/drivers/md/raid10.c
> +++ b/drivers/md/raid10.c
> @@ -1626,7 +1626,7 @@ static void raid10_end_discard_request(struct bio *bio)
>                 /*
>                  * raid10_remove_disk uses smp_mb to make sure rdev is set to
>                  * replacement before setting replacement to NULL. It can read
> -                * rdev first without barrier protect even replacment is NULL
> +                * rdev first without barrier protect even replacement is NULL
>                  */
>                 smp_rmb();
>                 rdev = conf->mirrors[dev].rdev;
> --
> 2.27.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ