diff options
author | Lee Jones <lee.jones@linaro.org> | 2021-01-21 09:45:07 +0000 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-01-22 14:37:32 -0400 |
commit | f8005fa870ff38b6c7c2675bfd564cee05b99474 (patch) | |
tree | 46d5d5aded8b0acab7f635293a32bf4b02f8afe8 | |
parent | 6b3137fe71291d6c0c4090b7a7708944f8caf61f (diff) | |
download | linux-stable-f8005fa870ff38b6c7c2675bfd564cee05b99474.tar.gz linux-stable-f8005fa870ff38b6c7c2675bfd564cee05b99474.tar.bz2 linux-stable-f8005fa870ff38b6c7c2675bfd564cee05b99474.zip |
RDMA/hw/qib/qib_uc: Provide description for missing 'flags' param
Fixes the following W=1 kernel build warning(s):
drivers/infiniband/hw/qib/qib_uc.c:49: warning: Function parameter or member 'flags' not described in 'qib_make_uc_req'
Link: https://lore.kernel.org/r/20210121094519.2044049-19-lee.jones@linaro.org
Cc: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Cc: Mike Marciniszyn <mike.marciniszyn@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>
-rw-r--r-- | drivers/infiniband/hw/qib/qib_uc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib_uc.c b/drivers/infiniband/hw/qib/qib_uc.c index 554af4273a13..8e2bda77d8b9 100644 --- a/drivers/infiniband/hw/qib/qib_uc.c +++ b/drivers/infiniband/hw/qib/qib_uc.c @@ -40,6 +40,7 @@ /** * qib_make_uc_req - construct a request packet (SEND, RDMA write) * @qp: a pointer to the QP + * @flags: unused * * Assumes the s_lock is held. * |