mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] fs-fat-fix-spelling-typo-of-values.patch removed from -mm tree
@ 2021-05-08 22:55 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-05-08 22:55 UTC (permalink / raw)
  To: dingsenjie, hirofumi, mm-commits


The patch titled
     Subject: fs: fat: fix spelling typo of values
has been removed from the -mm tree.  Its filename was
     fs-fat-fix-spelling-typo-of-values.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: dingsenjie <dingsenjie@yulong.com>
Subject: fs: fat: fix spelling typo of values

vaules -> values

Link: https://lkml.kernel.org/r/20210302034817.30384-1-dingsenjie@163.com
Signed-off-by: dingsenjie <dingsenjie@yulong.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/fat/fatent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/fat/fatent.c~fs-fat-fix-spelling-typo-of-values
+++ a/fs/fat/fatent.c
@@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, str
 	/*
 	 * 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);
_

Patches currently in -mm which might be from dingsenjie@yulong.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-08 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08 22:55 [merged] fs-fat-fix-spelling-typo-of-values.patch removed from -mm tree akpm

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).