Re: [PATCH] blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
From: Jens Axboe
Date: Tue Nov 11 2025 - 10:39:40 EST
On Tue, 11 Nov 2025 11:58:10 +0000, Kriish Sharma wrote:
> Documentation build reported:
>
> Warning: block/blk-mq-dma.c:373 expecting prototype for blk_rq_integrity_dma_map_iter_start(). Prototype was for blk_rq_integrity_dma_map_iter_next() instead
>
> The kernel-doc comment above `blk_rq_integrity_dma_map_iter_next()` used
> the wrong function name (`blk_rq_integrity_dma_map_iter_start`) in its
> header. This patch corrects the function name in the kernel-doc block to
> match the actual implementation, ensuring clean documentation builds.
>
> [...]
Applied, thanks!
[1/1] blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
commit: 6d7e3870af11c2b5966b2769f9e8a0d4764f52cc
Best regards,
--
Jens Axboe