]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA: Remove outdated comments referencing hfi1_destroy_qp()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Mon, 23 Mar 2026 13:44:50 +0000 (21:44 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 30 Mar 2026 17:47:44 +0000 (13:47 -0400)
commitadc09d7fbbb9d286057c98675994c445d81c27fa
tree59bf3386244466effd59c60fda405dd0dd490296
parent2f49e159034478af3b5e3ab761066cb876e48343
RDMA: Remove outdated comments referencing hfi1_destroy_qp()

The function hfi1_destroy_qp() was removed in commit
75261cc6ab66 ("staging/rdma/hfi1: Remove destroy qp verb") in
favor of the rdmavt generic rvt_destroy_qp().  Two comments
still reference hfi1_destroy_qp() as the waiter that
rvt_put_qp() will wake up.  As Leon Romanovsky noted, these
comments add no value.  Remove them.

Suggested-by: Leon Romanovsky <leon@kernel.org>
Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Link: https://patch.msgid.link/20260323134450.2478-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hfi1/qp.c
drivers/infiniband/sw/rdmavt/mcast.c