diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-07-31 04:59:15 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-07-31 10:38:53 +0300 |
commit | d43ea9c3d52f2e8ab97faa0a9349b990acfa4b61 (patch) | |
tree | 26adf3ea7b7e5f34e9889dcf987fd93c94948cac /drivers/infiniband/hw/irdma | |
parent | 91f36237b4b9bdce7610c7450a906d46704a566a (diff) | |
download | linux-d43ea9c3d52f2e8ab97faa0a9349b990acfa4b61.tar.xz |
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>
Diffstat (limited to 'drivers/infiniband/hw/irdma')
-rw-r--r-- | drivers/infiniband/hw/irdma/hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/irdma/hw.c b/drivers/infiniband/hw/irdma/hw.c index 8519495d23ce..9f5d418c6e4a 100644 --- a/drivers/infiniband/hw/irdma/hw.c +++ b/drivers/infiniband/hw/irdma/hw.c @@ -570,7 +570,6 @@ static void irdma_destroy_irq(struct irdma_pci_f *rf, /** * irdma_destroy_cqp - destroy control qp * @rf: RDMA PCI function - * @free_hwcqp: 1 if hw cqp should be freed * * Issue destroy cqp request and * free the resources associated with the cqp |