diff options
| author | Lee Jones <[email protected]> | 2021-01-26 12:47:19 +0000 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2021-01-28 15:42:27 -0400 |
| commit | f57cfca846edc47186084cfe64c8161ce8fa7eeb (patch) | |
| tree | adeec36ddb8ba621b95f55f2dbdc55f235fb3b1b | |
| parent | c1e73d03ba5f72013b53b8c539e35d73e10fa994 (diff) | |
RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem
Fixes the following W=1 kernel build warning(s):
drivers/infiniband/sw/rdmavt/qp.c:1929: warning: Function parameter or member 'post_parms' not described in 'rvt_qp_valid_operation'
Link: https://lore.kernel.org/r/[email protected]
Cc: Dennis Dalessandro <[email protected]>
Cc: Mike Marciniszyn <[email protected]>
Cc: Doug Ledford <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
| -rw-r--r-- | drivers/infiniband/sw/rdmavt/qp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index 76d6bbfbec50..9d13db68283c 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b/drivers/infiniband/sw/rdmavt/qp.c @@ -1907,7 +1907,7 @@ int rvt_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, /** * rvt_qp_valid_operation - validate post send wr request * @qp: the qp - * @post_parms_ the post send table for the driver + * @post_parms: the post send table for the driver * @wr: the work request * * The routine validates the operation based on the |