From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 71323689E; Wed, 26 Apr 2017 06:52:33 +0200 (CEST) In-Reply-To: <1493182371-34295-3-git-send-email-jianfeng.tan@intel.com> References: <1493182371-34295-3-git-send-email-jianfeng.tan@intel.com> To: test-report@dpdk.org Cc: Jianfeng Tan Message-Id: <20170426045233.71323689E@dpdk.org> Date: Wed, 26 Apr 2017 06:52:33 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23887 [PATCH 2/3] net/virtio: clean up LSC setting X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 04:52:33 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23887 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_pci_device *' should also have an identifier name #158: FILE: drivers/net/virtio/virtio_pci.h:324: +int vtpci_init(struct rte_pci_device *, struct virtio_hw *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct virtio_hw *' should also have an identifier name #158: FILE: drivers/net/virtio/virtio_pci.h:324: +int vtpci_init(struct rte_pci_device *, struct virtio_hw *); total: 0 errors, 2 warnings, 0 checks, 114 lines checked