summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorKriish Sharma <kriish.sharma2006@gmail.com>2025-11-11 14:58:10 +0300
committerJens Axboe <axboe@kernel.dk>2025-11-11 18:37:33 +0300
commit6d7e3870af11c2b5966b2769f9e8a0d4764f52cc (patch)
treed5f0cad5b6573e9e7ddd5c99df25c7829b2db905 /scripts/patch-kernel
parentfd9ecd005252b595fd02ff7fcc4056251027404d (diff)
downloadlinux-6d7e3870af11c2b5966b2769f9e8a0d4764f52cc.tar.xz
blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
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@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions