[dpdk-dev] [PATCH v2 03/33] crypto/octeontx: add PCI probe and remove

Akhil Goyal akhil.goyal at nxp.com
Mon Sep 17 12:34:19 CEST 2018


>>> +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.


More information about the dev mailing list