* [PATCH] isofs: fix repeated word 'in' in comment
@ 2026-09-04 12:39 Hemanth Selam
0 siblings, 0 replies; only message in thread
From: Hemanth Selam @ 2026-09-04 12:39 UTC (permalink / raw)
To: Jan Kara; +Cc: linux-kernel, linux-fsdevel
Drop the second 'in', 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/isofs/compress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c
index f9869d62b850..9efd7a9082e3 100644
--- a/fs/isofs/compress.c
+++ b/fs/isofs/compress.c
@@ -90,7 +90,7 @@ static loff_t zisofs_uncompress_block(struct inode *inode, loff_t block_start,
/*
* First block is special since it may be fractional. We also wait for
* it before grabbing the zlib mutex; odds are that the subsequent
- * blocks are going to come in in short order so we don't hold the zlib
+ * blocks are going to come in short order so we don't hold the zlib
* mutex longer than necessary.
*/
--
2.48.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 12:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 12:39 [PATCH] isofs: fix repeated word 'in' in comment Hemanth Selam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®