OSDN Git Service

NTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 22 Dec 2021 01:55:13 +0000 (09:55 +0800)
committerJon Mason <jdmason@kudzu.us>
Tue, 11 Jan 2022 20:38:59 +0000 (15:38 -0500)
commite70dc094265c0418bbd895d9657611ac8d509a1c
tree2d0741210228ca03c39ae58c77cba46115add8a7
parent0d5924ec4b89613910366c890305e46821a31f01
NTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc comment

Add the description of @msi_desc and change the @devname to @name
in ntbm_msi_request_threaded_irq() kernel-doc comment to remove
some warnings found by running scripts/kernel-doc, which is caused
by using 'make W=1'.
drivers/ntb/msi.c:285: warning: Function parameter or member 'name' not
described in 'ntbm_msi_request_threaded_irq'
drivers/ntb/msi.c:285: warning: Function parameter or member 'msi_desc'
not described in 'ntbm_msi_request_threaded_irq'
drivers/ntb/msi.c:285: warning: Excess function parameter 'devname'
description in 'ntbm_msi_request_threaded_irq'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/msi.c