diff options
author | Rohit Chavan <roheetchavan@gmail.com> | 2023-08-24 13:43:04 +0530 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-09-11 14:14:59 +0300 |
commit | e57b0eef66849732e4ec28277f70e56220c53477 (patch) | |
tree | 0ca1de28d2a8bbb69f09baf6028177e1a8653888 /drivers/infiniband/core/verbs.c | |
parent | 3ec648c631d27a61d8069f610251d9a752cfc6bd (diff) | |
download | linux-stable-e57b0eef66849732e4ec28277f70e56220c53477.tar.gz linux-stable-e57b0eef66849732e4ec28277f70e56220c53477.tar.bz2 linux-stable-e57b0eef66849732e4ec28277f70e56220c53477.zip |
RDMA/core: Fix repeated words in comments
Corrected the repeated words in the documentation of
rdma_replace_ah_attr() and ib_resolve_unicast_gid_dmac()
functions.
Signed-off-by: Rohit Chavan <roheetchavan@gmail.com>
Link: https://lore.kernel.org/r/20230824081304.408-1-roheetchavan@gmail.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/core/verbs.c')
-rw-r--r-- | drivers/infiniband/core/verbs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/core/verbs.c b/drivers/infiniband/core/verbs.c index 41ff5595c860..cc2c37096bba 100644 --- a/drivers/infiniband/core/verbs.c +++ b/drivers/infiniband/core/verbs.c @@ -366,7 +366,7 @@ void rdma_copy_ah_attr(struct rdma_ah_attr *dest, EXPORT_SYMBOL(rdma_copy_ah_attr); /** - * rdma_replace_ah_attr - Replace valid ah_attr with new new one. + * rdma_replace_ah_attr - Replace valid ah_attr with new one. * @old: Pointer to existing ah_attr which needs to be replaced. * old is assumed to be valid or zero'd * @new: Pointer to the new ah_attr. @@ -744,7 +744,7 @@ EXPORT_SYMBOL(ib_get_gids_from_rdma_hdr); /* Resolve destination mac address and hop limit for unicast destination * GID entry, considering the source GID entry as well. - * ah_attribute must have have valid port_num, sgid_index. + * ah_attribute must have valid port_num, sgid_index. */ static int ib_resolve_unicast_gid_dmac(struct ib_device *device, struct rdma_ah_attr *ah_attr) |