[PATCH] block: drop stale @op kernel-doc from bio_copy_kern

From: Li Ruijian

Date: Wed Sep 16 2026 - 01:37:50 EST


bio_copy_kern() no longer takes an explicit operation argument; the
opcode is taken from the request. Remove the leftover @op field so
W=1 kernel-doc stops reporting an excess function parameter.

Signed-off-by: Li Ruijian <li.richking@xxxxxxxxx>
---
block/blk-map.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/block/blk-map.c b/block/blk-map.c
index 9cb9605d1f62..35212355b8cd 100644
--- a/block/blk-map.c
+++ b/block/blk-map.c
@@ -356,7 +356,6 @@ static void bio_copy_kern_endio_read(struct bio *bio)
* @rq: request to fill
* @data: pointer to buffer to copy
* @len: length in bytes
- * @op: bio/request operation
* @gfp_mask: allocation flags for bio and page allocation
*
* copy the kernel address into a bio suitable for io to a block
--
2.43.0