Remove redundant 'be' in do_blockdev_direct_IO Signed-off-by: Jack Qiu <jack.qiu@xxxxxxxxxx> --- fs/direct-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.17.1