diff options
author | Israel Rukshin <israelr@mellanox.com> | 2019-05-15 13:49:28 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-05-21 15:01:06 -0300 |
commit | 2d465a165aed9d15c4511de154009164d8933141 (patch) | |
tree | c8a81daafce71652494f5a2399427dfa438b04fa /drivers/infiniband/core/rw.c | |
parent | dae6345aa7a992fda77b5d0de286c9b238931fbd (diff) | |
download | linux-2d465a165aed9d15c4511de154009164d8933141.tar.gz linux-2d465a165aed9d15c4511de154009164d8933141.tar.bz2 linux-2d465a165aed9d15c4511de154009164d8933141.zip |
RDMA/rw: Fix doc typo
Use the correct function name.
Signed-off-by: Israel Rukshin <israelr@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core/rw.c')
-rw-r--r-- | drivers/infiniband/core/rw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/rw.c b/drivers/infiniband/core/rw.c index 89a5be3a2f97..e763e42dce05 100644 --- a/drivers/infiniband/core/rw.c +++ b/drivers/infiniband/core/rw.c @@ -613,7 +613,7 @@ EXPORT_SYMBOL(rdma_rw_ctx_destroy); /** * rdma_rw_ctx_destroy_signature - release all resources allocated by - * rdma_rw_ctx_init_signature + * rdma_rw_ctx_signature_init * @ctx: context to release * @qp: queue pair to operate on * @port_num: port num to which the connection is bound |