From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 09EF05A6A; Thu, 13 Apr 2017 10:29:57 +0200 (CEST) In-Reply-To: <6bc635ce8d902ca8b3c6d907a5622febea2f8157.1492071245.git.wei.dai@intel.com> References: <6bc635ce8d902ca8b3c6d907a5622febea2f8157.1492071245.git.wei.dai@intel.com> To: test-report@dpdk.org Cc: wei dai Message-Id: <20170413082957.09EF05A6A@dpdk.org> Date: Thu, 13 Apr 2017 10:29:57 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23608 [PATCH v4 1/3] ethdev: fix adding invalid MAC addr 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, 13 Apr 2017 08:29:57 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23608 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name #496: FILE: drivers/net/mlx5/mlx5.h:241: +int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t, WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct ether_addr *' should also have an identifier name #496: FILE: drivers/net/mlx5/mlx5.h:241: +int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t, WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint32_t' should also have an identifier name #496: FILE: drivers/net/mlx5/mlx5.h:241: +int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t, WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint32_t' should also have an identifier name #496: FILE: drivers/net/mlx5/mlx5.h:241: +int mlx5_mac_addr_add(struct rte_eth_dev *, struct ether_addr *, uint32_t, total: 0 errors, 4 warnings, 521 lines checked