From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 94758A05D3 for ; Tue, 21 May 2019 18:39:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B6AF4F91; Tue, 21 May 2019 18:39:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 467BC5592; Tue, 21 May 2019 18:39:02 +0200 (CEST) In-Reply-To: <20190521161315.25500-6-olivier.matz@6wind.com> References: <20190521161315.25500-6-olivier.matz@6wind.com> To: test-report@dpdk.org Cc: Olivier Matz Message-Id: <20190521163902.467BC5592@dpdk.org> Date: Tue, 21 May 2019 18:39:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53588 [PATCH 05/15] net: add rte prefix to ether defines 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/53588 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #4823: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:1230: + eth_dev->data->hash_mac_addrs = rte_zmalloc( WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name #5282: FILE: drivers/net/mlx4/mlx4.h:202: +int mlx4_get_mac(struct mlx4_priv *priv, uint8_t (*mac)[RTE_ETHER_ADDR_LEN]); WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name #5372: FILE: drivers/net/mlx5/mlx5.h:443: +int mlx5_get_mac(struct rte_eth_dev *dev, uint8_t (*mac)[RTE_ETHER_ADDR_LEN]); total: 0 errors, 2 warnings, 6920 lines checked