RDMA/bnxt_re: Modify a fall-through annotation
[linux-2.6-microblaze.git] / drivers / infiniband / hw / bnxt_re / ib_verbs.c
index 492c750..dd800d1 100644 (file)
@@ -2409,7 +2409,7 @@ int bnxt_re_post_send(struct ib_qp *ib_qp, struct ib_send_wr *wr,
                        default:
                                break;
                        }
-                       /* Fall thru to build the wqe */
+                       /* fall through */
                case IB_WR_SEND_WITH_INV:
                        rc = bnxt_re_build_send_wqe(qp, wr, &wqe);
                        break;