]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx/otx_cryptodev_hw_access.c
remove unnecessary null checks
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_hw_access.c
index 20b288334a25ed60f08d91b4b8a297b097f8aaab..27604459e4166d875f407cf65544aa498253b448 100644 (file)
@@ -296,7 +296,7 @@ cpt_vq_init(struct cpt_vf *cptvf, uint8_t group)
        /* CPT VF device initialization */
        otx_cpt_vfvq_init(cptvf);
 
-       /* Send msg to PF to assign currnet Q to required group */
+       /* Send msg to PF to assign current Q to required group */
        cptvf->vfgrp = group;
        err = otx_cpt_send_vf_grp_msg(cptvf, group);
        if (err) {