treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / scsi / csiostor / csio_wr.c
index 0ca695110f5493668b36f2e3375ae84163f6ee43..9010cb6045dc54fe39aa75e7c85c2ea0a6c57a89 100644 (file)
@@ -808,7 +808,7 @@ csio_wr_destroy_queues(struct csio_hw *hw, bool cmd)
 
                                csio_q_eqid(hw, i) = CSIO_MAX_QID;
                        }
-                       /* fall through */
+                       fallthrough;
                case CSIO_INGRESS:
                        if (csio_q_iqid(hw, i) != CSIO_MAX_QID) {
                                csio_wr_cleanup_iq_ftr(hw, i);