summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorKriish Sharma <kriish.sharma2006@gmail.com>2025-11-11 11:58:10 +0000
committerJens Axboe <axboe@kernel.dk>2025-11-11 08:37:33 -0700
commit6d7e3870af11c2b5966b2769f9e8a0d4764f52cc (patch)
treed5f0cad5b6573e9e7ddd5c99df25c7829b2db905 /tools/lib/python/kdoc/kdoc_files.py
parentfd9ecd005252b595fd02ff7fcc4056251027404d (diff)
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 'tools/lib/python/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions