Skip to content

Commit d43ea9c

Browse files
Yang Lirleon
authored andcommitted
RDMA/irdma: Fix one kernel-doc comment
Remove description of @free_hwcqp in irdma_destroy_cqp(). to silence the warning: drivers/infiniband/hw/irdma/hw.c:580: warning: Excess function parameter 'free_hwcqp' description in 'irdma_destroy_cqp' Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6028 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20230731015915.34867-1-yang.lee@linux.alibaba.com Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Leon Romanovsky <leon@kernel.org>
1 parent 91f3623 commit d43ea9c

File tree

1 file changed

+0
-1
lines changed
  • drivers/infiniband/hw/irdma

1 file changed

+0
-1
lines changed

drivers/infiniband/hw/irdma/hw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ static void irdma_destroy_irq(struct irdma_pci_f *rf,
570570
/**
571571
* irdma_destroy_cqp - destroy control qp
572572
* @rf: RDMA PCI function
573-
* @free_hwcqp: 1 if hw cqp should be freed
574573
*
575574
* Issue destroy cqp request and
576575
* free the resources associated with the cqp

0 commit comments

Comments
 (0)