RDMA/irdma: Fix one kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 31 Jul 2023 01:59:15 +0000 (09:59 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 31 Jul 2023 07:38:53 +0000 (10:38 +0300)
commitd43ea9c3d52f2e8ab97faa0a9349b990acfa4b61
tree26adf3ea7b7e5f34e9889dcf987fd93c94948cac
parent91f36237b4b9bdce7610c7450a906d46704a566a
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>
drivers/infiniband/hw/irdma/hw.c