diff mbox series

RDMA/bnxt_re: drop unexpected word 'for' in comments

Message ID 20220623103708.43104-1-jiangjian@cdjrlc.com (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show
Series RDMA/bnxt_re: drop unexpected word 'for' in comments | expand

Commit Message

Jiang Jian June 23, 2022, 10:37 a.m. UTC
there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/infiniband/hw/bnxt_re/bnxt_re.h
line - 176

	/* QP for for handling QP1 packets */

changed to:

	/* QP for handling QP1 packets */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/infiniband/hw/bnxt_re/bnxt_re.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/infiniband/hw/bnxt_re/bnxt_re.h b/drivers/infiniband/hw/bnxt_re/bnxt_re.h
index 79401e6c6aa9..785c37cae3c0 100644
--- a/drivers/infiniband/hw/bnxt_re/bnxt_re.h
+++ b/drivers/infiniband/hw/bnxt_re/bnxt_re.h
@@ -173,7 +173,7 @@  struct bnxt_re_dev {
 	/* Max of 2 lossless traffic class supported per port */
 	u16				cosq[2];
 
-	/* QP for for handling QP1 packets */
+	/* QP for handling QP1 packets */
 	struct bnxt_re_gsi_context	gsi_ctx;
 	struct bnxt_re_stats		stats;
 	atomic_t nq_alloc_cnt;