linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: fix the kerneldoc for bio_end_io_acct
@ 2022-01-27  6:41 Christoph Hellwig
  2022-01-27 17:19 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2022-01-27  6:41 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, Stephen Rothwell

Document the actually existing parameter name.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/linux/blkdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index f4b662f246747..85c38c3a89c35 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1527,7 +1527,7 @@ void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time,
 /**
  * bio_end_io_acct - end I/O accounting for bio based drivers
  * @bio:	bio to end account for
- * @start:	start time returned by bio_start_io_acct()
+ * @start_time:	start time returned by bio_start_io_acct()
  */
 static inline void bio_end_io_acct(struct bio *bio, unsigned long start_time)
 {
-- 
2.30.2


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

* Re: [PATCH] block: fix the kerneldoc for bio_end_io_acct
  2022-01-27  6:41 [PATCH] block: fix the kerneldoc for bio_end_io_acct Christoph Hellwig
@ 2022-01-27 17:19 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-01-27 17:19 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Stephen Rothwell, linux-kernel

On Thu, 27 Jan 2022 07:41:25 +0100, Christoph Hellwig wrote:
> Document the actually existing parameter name.
> 
> 

Applied, thanks!

[1/1] block: fix the kerneldoc for bio_end_io_acct
      commit: 5ea0af2025e27d9f30f14d2c777eb80b6d5c7296

Best regards,
-- 
Jens Axboe



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

end of thread, other threads:[~2022-01-27 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  6:41 [PATCH] block: fix the kerneldoc for bio_end_io_acct Christoph Hellwig
2022-01-27 17:19 ` 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).