From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 71A16CF80; Thu, 27 Apr 2017 09:36:33 +0200 (CEST) In-Reply-To: <1493278539-44617-3-git-send-email-jianfeng.tan@intel.com> References: <1493278539-44617-3-git-send-email-jianfeng.tan@intel.com> To: test-report@dpdk.org Cc: Jianfeng Tan Message-Id: <20170427073633.71A16CF80@dpdk.org> Date: Thu, 27 Apr 2017 09:36:33 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23949 [PATCH v2 2/4] 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: Thu, 27 Apr 2017 07:36:33 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23949 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_pci_device *' should also have an identifier name #121: 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 #121: 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, 81 lines checked