All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jack Qiu <jack.qiu@huawei.com>
To: <viro@zeniv.linux.org.uk>
Cc: <linux-fsdevel@vger.kernel.org>
Subject: [PATCH] direct-io: fix typo
Date: Mon, 7 Dec 2020 11:06:34 +0800	[thread overview]
Message-ID: <20201207030634.23035-1-jack.qiu@huawei.com> (raw)

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

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


             reply	other threads:[~2020-12-07  2:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07  3:06 Jack Qiu [this message]
2020-12-07  2:11 ` [PATCH] direct-io: fix typo Chaitanya Kulkarni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201207030634.23035-1-jack.qiu@huawei.com \
    --to=jack.qiu@huawei.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.