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 <[email protected]>
---
drivers/infiniband/hw/bnxt_re/bnxt_re.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.17.1