Commit fd46ef3d authored by Jiang Jian's avatar Jiang Jian Committed by Jason Gunthorpe

RDMA: Correct duplicated words in comments

There is a duplicated word 'is' and 'for' in a comment that needs to be
dropped.

Link: https://lore.kernel.org/r/20220622170853.3644-1-jiangjian@cdjrlc.com
Link: https://lore.kernel.org/r/20220623103708.43104-1-jiangjian@cdjrlc.comSigned-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent b259867b
...@@ -68,7 +68,7 @@ static int uverbs_try_lock_object(struct ib_uobject *uobj, ...@@ -68,7 +68,7 @@ static int uverbs_try_lock_object(struct ib_uobject *uobj,
* In exclusive access mode, we check that the counter is zero (nobody * In exclusive access mode, we check that the counter is zero (nobody
* claimed this object) and we set it to -1. Releasing a shared access * claimed this object) and we set it to -1. Releasing a shared access
* lock is done simply by decreasing the counter. As for exclusive * lock is done simply by decreasing the counter. As for exclusive
* access locks, since only a single one of them is is allowed * access locks, since only a single one of them is allowed
* concurrently, setting the counter to zero is enough for releasing * concurrently, setting the counter to zero is enough for releasing
* this lock. * this lock.
*/ */
......
...@@ -173,7 +173,7 @@ struct bnxt_re_dev { ...@@ -173,7 +173,7 @@ struct bnxt_re_dev {
/* Max of 2 lossless traffic class supported per port */ /* Max of 2 lossless traffic class supported per port */
u16 cosq[2]; u16 cosq[2];
/* QP for for handling QP1 packets */ /* QP for handling QP1 packets */
struct bnxt_re_gsi_context gsi_ctx; struct bnxt_re_gsi_context gsi_ctx;
struct bnxt_re_stats stats; struct bnxt_re_stats stats;
atomic_t nq_alloc_cnt; atomic_t nq_alloc_cnt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment