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:   Tue, 02 Mar 2021 15:10:49 +0900
From:   OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
To:     dingsenjie@....com
Cc:     linux-kernel@...r.kernel.org, dingsenjie <dingsenjie@...ong.com>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] fs: fat: fix spelling typo of values

dingsenjie@....com writes:

> From: dingsenjie <dingsenjie@...ong.com>
>
> vaules -> values
>
> Signed-off-by: dingsenjie <dingsenjie@...ong.com>

Thanks.

Acked-by: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>

> ---
>  fs/fat/fatent.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c
> index f7e3304..860e884 100644
> --- a/fs/fat/fatent.c
> +++ b/fs/fat/fatent.c
> @@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
>  	/*
>  	 * FAT data is organized as clusters, trim at the granulary of cluster.
>  	 *
> -	 * fstrim_range is in byte, convert vaules to cluster index.
> +	 * fstrim_range is in byte, convert values to cluster index.
>  	 * Treat sectors before data region as all used, not to trim them.
>  	 */
>  	ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);

-- 
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ