All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] direct-io: fix typo
  2020-12-07  3:06 [PATCH] direct-io: fix typo Jack Qiu
@ 2020-12-07  2:11 ` Chaitanya Kulkarni
  0 siblings, 0 replies; 2+ messages in thread
From: Chaitanya Kulkarni @ 2020-12-07  2:11 UTC (permalink / raw)
  To: Jack Qiu, viro; +Cc: linux-fsdevel

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] direct-io: fix typo
@ 2020-12-07  3:06 Jack Qiu
  2020-12-07  2:11 ` Chaitanya Kulkarni
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Qiu @ 2020-12-07  3:06 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-07  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  3:06 [PATCH] direct-io: fix typo Jack Qiu
2020-12-07  2:11 ` Chaitanya Kulkarni

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.