RDMA/hw/hfi1/msix: Add description for 'name' and remove superfluous param 'idx'
authorLee Jones <lee.jones@linaro.org>
Tue, 26 Jan 2021 12:47:17 +0000 (12:47 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 28 Jan 2021 19:42:27 +0000 (15:42 -0400)
commite57a8db9cadbc6b8d20262666f5df7f0afb132d3
tree170ced5cc46a3c908eb3bbe2c85967ea98cd1283
parent29f7e5a3b88c2cf5215b1500c0fe0e01bb7ee89f
RDMA/hw/hfi1/msix: Add description for 'name' and remove superfluous param 'idx'

Fixes the following W=1 kernel build warning(s):

 drivers/infiniband/hw/hfi1/msix.c:120: warning: Function parameter or member 'name' not described in 'msix_request_irq'
 drivers/infiniband/hw/hfi1/msix.c:120: warning: Excess function parameter 'idx' description in 'msix_request_irq'

Link: https://lore.kernel.org/r/20210126124732.3320971-6-lee.jones@linaro.org
Cc: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
Cc: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Cc: Doug Ledford <dledford@redhat.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/msix.c