[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230611123314.5282-1-dengshaomin@cdjrlc.com>
Date: Sun, 11 Jun 2023 08:33:14 -0400
From: Shaomin Deng <dengshaomin@...rlc.com>
To: viro@...iv.linux.org.uk, brauner@...nel.org
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Mao Zhu <zhumao001@...suo.com>
Subject: [PATCH] fs: Fix comment typo
From: Mao Zhu <zhumao001@...suo.com>
Delete duplicated word in comment.
Signed-off-by: Mao Zhu <zhumao001@...suo.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
Powered by blists - more mailing lists