* 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
         * 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
         * this lock.
         */
 
        /* 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;