Skip to content

Commit d9973ce

Browse files
yangerkundjwong
authored andcommitted
iomap: fix comments in iomap_dio_rw
Double 'three' exists in the comments of iomap_dio_rw. Signed-off-by: yangerkun <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
1 parent 1ac9945 commit d9973ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/iomap/direct-io.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter,
534534

535535
/*
536536
* We are about to drop our additional submission reference, which
537-
* might be the last reference to the dio. There are three three
538-
* different ways we can progress here:
537+
* might be the last reference to the dio. There are three different
538+
* ways we can progress here:
539539
*
540540
* (a) If this is the last reference we will always complete and free
541541
* the dio ourselves.

0 commit comments

Comments
 (0)