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