[PATCH] overlayfs: fix repeated word 'the' in comment

Hemanth Selam posted 1 patch 2 weeks, 4 days ago
fs/overlayfs/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] overlayfs: fix repeated word 'the' in comment
Posted by Hemanth Selam 2 weeks, 4 days ago
Drop the second 'the', reported by checkpatch.pl as a possible repeated
word.  Only touches a comment, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 fs/overlayfs/super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
index e487597337e8..20ed85840648 100644
--- a/fs/overlayfs/super.c
+++ b/fs/overlayfs/super.c
@@ -1520,7 +1520,7 @@ static int ovl_fill_super_creds(struct fs_context *fc, struct super_block *sb)
 	sb->s_iflags |= SB_I_SKIP_SYNC;
 	/*
 	 * Ensure that umask handling is done by the filesystems used
-	 * for the the upper layer instead of overlayfs as that would
+	 * for the upper layer instead of overlayfs as that would
 	 * lead to unexpected results.
 	 */
 	sb->s_iflags |= SB_I_NOUMASK;
-- 
2.48.1