diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 10:52:32 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-07-22 17:02:29 +0200 |
commit | ca325edb5fedf900044e3a704a1719f66fb3618c (patch) | |
tree | a53a618170ef76873289c22d125646829d7359d0 /drivers/infiniband/core | |
parent | RDMA/rxe: Fix mw bind to allow any consumer key portion (diff) | |
download | linux-ca325edb5fedf900044e3a704a1719f66fb3618c.tar.xz linux-ca325edb5fedf900044e3a704a1719f66fb3618c.zip |
IB: Fix repeated words 'the the' comments
Replace 'the the' with 'the' in the comments.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/core')
-rw-r--r-- | drivers/infiniband/core/roce_gid_mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/roce_gid_mgmt.c b/drivers/infiniband/core/roce_gid_mgmt.c index 68197e576433..e958c43dd28f 100644 --- a/drivers/infiniband/core/roce_gid_mgmt.c +++ b/drivers/infiniband/core/roce_gid_mgmt.c @@ -250,7 +250,7 @@ static bool upper_device_filter(struct ib_device *ib_dev, u32 port, /** * is_upper_ndev_bond_master_filter - Check if a given netdevice - * is bond master device of netdevice of the the RDMA device of port. + * is bond master device of netdevice of the RDMA device of port. * @ib_dev: IB device to check * @port: Port to consider for adding default GID * @rdma_ndev: Pointer to rdma netdevice |