From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 66E827D22; Fri, 25 Aug 2017 15:48:48 +0200 (CEST) In-Reply-To: <20170825134717.18376-1-dharton@cisco.com> References: <20170825134717.18376-1-dharton@cisco.com> To: test-report@dpdk.org Cc: David Harton Message-Id: <20170825134848.66E827D22@dpdk.org> Date: Fri, 25 Aug 2017 15:48:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27985 [PATCH v3] ethdev: modifiy vlan_offload_set_t to return int 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: Fri, 25 Aug 2017 13:48:48 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27985 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name #533: FILE: drivers/net/mlx5/mlx5.h:286: +int mlx5_vlan_offload_set(struct rte_eth_dev *, int); WARNING:FUNCTION_ARGUMENTS: function definition argument 'int' should also have an identifier name #533: FILE: drivers/net/mlx5/mlx5.h:286: +int mlx5_vlan_offload_set(struct rte_eth_dev *, int); total: 0 errors, 2 warnings, 564 lines checked