Skip to content

Commit a8adf0c

Browse files
Chaitanya KulkarniChristoph Hellwig
authored andcommitted
nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removal
This fixes following kernel-doc warning:- drivers/nvme/target/rdma.c:1722: warning: expecting prototype for nvme_rdma_device_removal(). Prototype was for nvmet_rdma_device_removal() instead Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 0acb823 commit a8adf0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/nvme/target/rdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ static void nvmet_rdma_queue_connect_fail(struct rdma_cm_id *cm_id,
17031703
}
17041704

17051705
/**
1706-
* nvme_rdma_device_removal() - Handle RDMA device removal
1706+
* nvmet_rdma_device_removal() - Handle RDMA device removal
17071707
* @cm_id: rdma_cm id, used for nvmet port
17081708
* @queue: nvmet rdma queue (cm id qp_context)
17091709
*

0 commit comments

Comments
 (0)