Re: [PATCH] blk-mq-dma: fix kernel-doc function name for integrity DMA iterator

From: Chaitanya Kulkarni

Date: Tue Nov 11 2025 - 11:01:21 EST


On 11/11/25 03:58, 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.
>
> Fixes: fec9b16dc555 ("blk-mq-dma: add scatter-less integrity data DMA mapping")
> Signed-off-by: Kriish Sharma<kriish.sharma2006@xxxxxxxxx>


Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck