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

 drivers/infiniband/core/multicast.c:739: warning: Function parameter or member 
'rec' not described in 'ib_init_ah_from_mcmember'

Cc: Doug Ledford <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
---
 drivers/infiniband/core/multicast.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/infiniband/core/multicast.c 
b/drivers/infiniband/core/multicast.c
index 740f03ecc05d7..57519ca6cd2c7 100644
--- a/drivers/infiniband/core/multicast.c
+++ b/drivers/infiniband/core/multicast.c
@@ -721,6 +721,7 @@ EXPORT_SYMBOL(ib_sa_get_mcmember_rec);
  * member record and gid of the device.
  * @device:    RDMA device
  * @port_num:  Port of the rdma device to consider
+ * @rec:       Multicast member record to use
  * @ndev:      Optional netdevice, applicable only for RoCE
  * @gid_type:  GID type to consider
  * @ah_attr:   AH attribute to fillup on successful completion
-- 
2.25.1

Reply via email to