]> git.baikalelectronics.ru Git - kernel.git/commitdiff
block: fix the kerneldoc for bio_end_io_acct
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Jan 2022 06:41:25 +0000 (07:41 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Feb 2022 14:50:00 +0000 (07:50 -0700)
Document the actually existing parameter name.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220127064125.1314347-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blkdev.h

index 654163d3b90363c732044449610fddf79705b00a..3bfc75a2a45098c42346282db762d115a7948713 100644 (file)
@@ -1520,7 +1520,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)
 {