]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx_ep/otx_ep_vf.c
net/ena: check memory BAR before initializing LLQ
[dpdk.git] / drivers / net / octeontx_ep / otx_ep_vf.c
index c9b91fef9e182925afc7f6d0904714253ad87f1b..96366b2a7f1790ec7e7afcd16f25c10f95c8e5c9 100644 (file)
@@ -117,7 +117,7 @@ otx_ep_setup_iq_regs(struct otx_ep_device *otx_ep, uint32_t iq_no)
        iq->inst_cnt_reg = (uint8_t *)otx_ep->hw_addr +
                           OTX_EP_R_IN_CNTS(iq_no);
 
-       otx_ep_dbg("InstQ[%d]:dbell reg @ 0x%p instcnt_reg @ 0x%p\n",
+       otx_ep_dbg("InstQ[%d]:dbell reg @ 0x%p inst_cnt_reg @ 0x%p\n",
                     iq_no, iq->doorbell_reg, iq->inst_cnt_reg);
 
        do {