aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap
diff options
context:
space:
mode:
authoryangerkun <yangerkun@huawei.com>2020-03-18 08:04:36 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-03-18 08:04:36 -0700
commitd9973ce2fe5bcdc5e01bb3f49833d152b8e166ca (patch)
treea316faae4ac8256ddd6f1fa7d8081fddd8006869 /fs/iomap
parentiomap: Remove pgoff from tracepoints (diff)
downloadwireguard-linux-d9973ce2fe5bcdc5e01bb3f49833d152b8e166ca.tar.xz
wireguard-linux-d9973ce2fe5bcdc5e01bb3f49833d152b8e166ca.zip
iomap: fix comments in iomap_dio_rw
Double 'three' exists in the comments of iomap_dio_rw. Signed-off-by: yangerkun <yangerkun@huawei.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/iomap')
-rw-r--r--fs/iomap/direct-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/iomap/direct-io.c b/fs/iomap/direct-io.c
index 23837926c0c5..20dde5aadcdd 100644
--- a/fs/iomap/direct-io.c
+++ b/fs/iomap/direct-io.c
@@ -534,8 +534,8 @@ iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter,
/*
* We are about to drop our additional submission reference, which
- * might be the last reference to the dio. There are three three
- * different ways we can progress here:
+ * might be the last reference to the dio. There are three different
+ * ways we can progress here:
*
* (a) If this is the last reference we will always complete and free
* the dio ourselves.