diff mbox series

direct-io: fix typo

Message ID 20201207030634.23035-1-jack.qiu@huawei.com (mailing list archive)
State New, archived
Headers show
Series direct-io: fix typo | expand

Commit Message

Jack Qiu Dec. 7, 2020, 3:06 a.m. UTC
Remove redundant 'be' in do_blockdev_direct_IO

Signed-off-by: Jack Qiu <jack.qiu@huawei.com>
---
 fs/direct-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.17.1

Comments

Chaitanya Kulkarni Dec. 7, 2020, 2:11 a.m. UTC | #1
On 12/6/20 18:08, Jack Qiu wrote:
> Remove redundant 'be' in do_blockdev_direct_IO
>
> Signed-off-by: Jack Qiu <jack.qiu@huawei.com>

Looks good.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
diff mbox series

Patch

diff --git a/fs/direct-io.c b/fs/direct-io.c
index d53fa92a1ab6..40c083ae82d0 100644
--- a/fs/direct-io.c
+++ b/fs/direct-io.c
@@ -1276,7 +1276,7 @@  do_blockdev_direct_IO(struct kiocb *iocb, struct inode *inode,

 	if (retval == -ENOTBLK) {
 		/*
-		 * The remaining part of the request will be
+		 * The remaining part of the request will
 		 * be handled by buffered I/O when we return
 		 */
 		retval = 0;