From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2 03/33] crypto/octeontx: add PCI probe and remove Date: Mon, 17 Sep 2018 16:04:19 +0530 Message-ID: References: <1528476325-15585-1-git-send-email-anoob.joseph@caviumnetworks.com> <1536033560-21541-1-git-send-email-ajoseph@caviumnetworks.com> <1536033560-21541-4-git-send-email-ajoseph@caviumnetworks.com> <5d7c6f9e-5865-a356-e1c2-5a85908055a0@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Ankur Dwivedi , Jerin Jacob , Narayana Prasad , dev@dpdk.org, Murthy NSSR , Nithin Dabilpuram , Ragothaman Jayaraman , Srisivasubramanian S , Tejasree Kondoj To: "Joseph, Anoob" , Anoob Joseph , Pablo de Lara , Thomas Monjalon Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0051.outbound.protection.outlook.com [104.47.1.51]) by dpdk.org (Postfix) with ESMTP id C3AAC2BEB for ; Mon, 17 Sep 2018 12:34:37 +0200 (CEST) In-Reply-To: <5d7c6f9e-5865-a356-e1c2-5a85908055a0@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" >>> +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.