All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: Fix comment typo
@ 2023-06-11 12:33 Shaomin Deng
  2023-06-11 12:54 ` Bagas Sanjaya
  2023-06-12  6:31 ` Christian Brauner
  0 siblings, 2 replies; 13+ messages in thread
From: Shaomin Deng @ 2023-06-11 12:33 UTC (permalink / raw)
  To: viro, brauner; +Cc: linux-fsdevel, linux-kernel, Mao Zhu

From: Mao Zhu <zhumao001@208suo.com>

Delete duplicated word in comment.

Signed-off-by: Mao Zhu <zhumao001@208suo.com>
---
 include/linux/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index df6c1817906f..aa870b77cc2b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2675,7 +2675,7 @@ extern void evict_inodes(struct super_block *sb);
 void dump_mapping(const struct address_space *);
 
 /*
- * Userspace may rely on the the inode number being non-zero. For example, glibc
+ * Userspace may rely on the inode number being non-zero. For example, glibc
  * simply ignores files with zero i_ino in unlink() and other places.
  *
  * As an additional complication, if userspace was compiled with
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [PATCH] fs: fix comment typo
@ 2022-08-21 15:25 Roger Knecht
  2022-08-22 16:38 ` Simon Glass
  0 siblings, 1 reply; 13+ messages in thread
From: Roger Knecht @ 2022-08-21 15:25 UTC (permalink / raw)
  To: u-boot; +Cc: Roger Knecht

Fix typo in include/fs.h

Signed-off-by: Roger Knecht <rknecht@pm.me>
---
 include/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/fs.h b/include/fs.h
index 2195dc172e..8370d88cb2 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc,
 int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);

 /*
- * Tell the fs layer which block device an partition to use for future
+ * Tell the fs layer which block device and partition to use for future
  * commands. This also internally identifies the filesystem that is present
  * within the partition. The identification process may be limited to a
  * specific filesystem type by passing FS_* in the fstype parameter.
--
2.25.1



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-12  9:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 12:33 [PATCH] fs: Fix comment typo Shaomin Deng
2023-06-11 12:54 ` Bagas Sanjaya
2023-06-11 19:50   ` Jonathan Corbet
2023-06-11 20:07     ` Matthew Wilcox
2023-06-12  2:00       ` Bagas Sanjaya
2023-06-12  1:41     ` Bagas Sanjaya
2023-06-12  1:53       ` Bagas Sanjaya
2023-06-12  6:34     ` Christian Brauner
2023-06-12  8:34       ` Christian Brauner
2023-06-12  9:18         ` Bagas Sanjaya
2023-06-12  6:31 ` Christian Brauner
  -- strict thread matches above, loose matches on Subject: below --
2022-08-21 15:25 [PATCH] fs: fix " Roger Knecht
2022-08-22 16:38 ` Simon Glass

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.