From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5948BA0547 for ; Thu, 26 Aug 2021 17:00:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5599E41225; Thu, 26 Aug 2021 17:00:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AF6B541222 for ; Thu, 26 Aug 2021 17:00:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A7ACE1226B3; Thu, 26 Aug 2021 17:00:08 +0200 (CEST) In-Reply-To: <20210826145726.102081-6-hkalra@marvell.com> References: <20210826145726.102081-6-hkalra@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harman Kalra Message-Id: <20210826150008.A7ACE1226B3@dpdk.org> Date: Thu, 26 Aug 2021 17:00:08 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97374 [RFC 5/7] drivers: remove direct access to interrupt handle fields X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/97374 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #909: FILE: drivers/bus/pci/linux/pci_uio.c:277: + if (pci_uio_set_bus_master(uio_cfg_fd)) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1163: FILE: drivers/bus/pci/linux/pci_vfio.c:1020: + if (pci_vfio_set_bus_master(vfio_dev_fd, false)) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2038: FILE: drivers/common/cnxk/roc_tim.c:203: + rc = tim_register_irq_priv(roc_tim, sso->pci_dev->intr_handle, ring_id, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2038: FILE: drivers/common/cnxk/roc_tim.c:203: + rc = tim_register_irq_priv(roc_tim, sso->pci_dev->intr_handle, ring_id, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2047: FILE: drivers/common/cnxk/roc_tim.c:226: + tim_unregister_irq_priv(roc_tim, sso->pci_dev->intr_handle, ring_id, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2047: FILE: drivers/common/cnxk/roc_tim.c:226: + tim_unregister_irq_priv(roc_tim, sso->pci_dev->intr_handle, ring_id, CHECK:CAMELCASE: Avoid CamelCase: #7462: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:805: + tqd->conf.intrIdx = total: 0 errors, 6 warnings, 7025 lines checked