linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: fix comment typo in submit_bio of block-core.c.
@ 2022-09-14  7:42 Ping-Xiang Chen
  2022-09-20  7:39 ` Christoph Hellwig
  2022-09-20 14:24 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Ping-Xiang Chen @ 2022-09-14  7:42 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel, Ping-Xiang Chen

This patch fix a comment typo in block-core.c.

Signed-off-by: Ping-Xiang Chen <p.x.chen@uci.edu>
---
 block/blk-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-core.c b/block/blk-core.c
index a0d1104c5590..7a7e89453935 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -814,7 +814,7 @@ EXPORT_SYMBOL(submit_bio_noacct);
  *
  * The success/failure status of the request, along with notification of
  * completion, is delivered asynchronously through the ->bi_end_io() callback
- * in @bio.  The bio must NOT be touched by thecaller until ->bi_end_io() has
+ * in @bio.  The bio must NOT be touched by the caller until ->bi_end_io() has
  * been called.
  */
 void submit_bio(struct bio *bio)
-- 
2.34.1


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

* Re: [PATCH] block: fix comment typo in submit_bio of block-core.c.
  2022-09-14  7:42 [PATCH] block: fix comment typo in submit_bio of block-core.c Ping-Xiang Chen
@ 2022-09-20  7:39 ` Christoph Hellwig
  2022-09-20 14:24 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2022-09-20  7:39 UTC (permalink / raw)
  To: Ping-Xiang Chen; +Cc: axboe, linux-block, linux-kernel, Ping-Xiang Chen

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

* Re: [PATCH] block: fix comment typo in submit_bio of block-core.c.
  2022-09-14  7:42 [PATCH] block: fix comment typo in submit_bio of block-core.c Ping-Xiang Chen
  2022-09-20  7:39 ` Christoph Hellwig
@ 2022-09-20 14:24 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2022-09-20 14:24 UTC (permalink / raw)
  To: Ping-Xiang Chen; +Cc: linux-kernel, linux-block, Ping-Xiang Chen

On Wed, 14 Sep 2022 00:42:37 -0700, Ping-Xiang Chen wrote:
> This patch fix a comment typo in block-core.c.
> 
> 

Applied, thanks!

[1/1] block: fix comment typo in submit_bio of block-core.c.
      commit: e88480871b8d5a6bd14be2817063363202d282b9

Best regards,
-- 
Jens Axboe



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

end of thread, other threads:[~2022-09-20 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14  7:42 [PATCH] block: fix comment typo in submit_bio of block-core.c Ping-Xiang Chen
2022-09-20  7:39 ` Christoph Hellwig
2022-09-20 14:24 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).