From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: dingsenjie@163.com
Cc: linux-kernel@vger.kernel.org, dingsenjie <dingsenjie@yulong.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] fs: fat: fix spelling typo of values
Date: Tue, 02 Mar 2021 15:10:49 +0900 [thread overview]
Message-ID: <87ft1eqe52.fsf@mail.parknet.co.jp> (raw)
In-Reply-To: <20210302034817.30384-1-dingsenjie@163.com> (dingsenjie@163.com's message of "Tue, 2 Mar 2021 11:48:17 +0800")
dingsenjie@163.com writes:
> From: dingsenjie <dingsenjie@yulong.com>
>
> vaules -> values
>
> Signed-off-by: dingsenjie <dingsenjie@yulong.com>
Thanks.
Acked-by: OGAWA Hirofumi <hirofumi@mail.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@mail.parknet.co.jp>
prev parent reply other threads:[~2021-03-02 8:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-02 3:48 [PATCH] fs: fat: fix spelling typo of values dingsenjie
2021-03-02 6:10 ` OGAWA Hirofumi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ft1eqe52.fsf@mail.parknet.co.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=akpm@linux-foundation.org \
--cc=dingsenjie@163.com \
--cc=dingsenjie@yulong.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.