+static struct rte_pci_driver otx_cryptodev_pmd = {
+             .id_table = pci_id_cpt_table,
+             .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
+             .probe = otx_cpt_pci_probe,
+             .remove = otx_cpt_pci_remove,
+};
remove extra spaces/
Between otx_cryptodev_pmd, otx_cryptodev_drv & RTE_INIT(otx_cpt_init_log)? Which all ones you want removed?
It looks there are 2 tabs for the elements of the above structure.. It should be a single tab.

Reply via email to