From: Christoph Hellwig Date: Thu, 27 Jan 2022 06:41:25 +0000 (+0100) Subject: block: fix the kerneldoc for bio_end_io_acct X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b42c1fc3d55e077d36718ad9800d89100b2aff81;p=linux.git block: fix the kerneldoc for bio_end_io_acct Document the actually existing parameter name. Reported-by: Stephen Rothwell Signed-off-by: Christoph Hellwig Link: https://lore.kernel.org/r/20220127064125.1314347-1-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 654163d3b9036..3bfc75a2a4509 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -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) {