{ .int_msk = BIT(12), .msg = "qm_db_random_invalid" },
        { .int_msk = BIT(13), .msg = "qm_mailbox_timeout" },
        { .int_msk = BIT(14), .msg = "qm_flr_timeout" },
-       { /* sentinel */ }
 };
 
 static const char * const qm_db_timeout[] = {
                cqc.dw3 = cpu_to_le32(QM_MK_CQC_DW3_V2(QM_QC_CQE_SIZE, qp->cq_depth));
                cqc.w8 = 0; /* rand_qc */
        }
+       /*
+        * Enable request finishing interrupts defaultly.
+        * So, there will be some interrupts until disabling
+        * this.
+        */
        cqc.dw6 = cpu_to_le32(1 << QM_CQ_PHASE_SHIFT | 1 << QM_CQ_FLAG_SHIFT);
        cqc.base_l = cpu_to_le32(lower_32_bits(qp->cqe_dma));
        cqc.base_h = cpu_to_le32(upper_32_bits(qp->cqe_dma));
        int pos;
        int i;
 
+       /*
+        * Since function qm_set_vf_mse is called only after SRIOV is enabled,
+        * pci_find_ext_capability cannot return 0, pos does not need to be
+        * checked.
+        */
        pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_SRIOV);
        pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl);
        if (set)