From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 908E72BF4; Thu, 21 Feb 2019 10:30:07 +0100 (CET) In-Reply-To: <20190221092914.4822-1-thomas@monjalon.net> References: <20190221092914.4822-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20190221093007.908E72BF4@dpdk.org> Date: Thu, 21 Feb 2019 10:30:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50413 net/mlx: prefix private structure 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, 21 Feb 2019 09:30:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50413 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'char' should also have an identifier name #133: FILE: drivers/net/mlx4/mlx4.h:117: +int mlx4_get_ifname(const struct mlx4_priv *priv, char (*ifname)[IF_NAMESIZE]); WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name #134: FILE: drivers/net/mlx4/mlx4.h:118: +int mlx4_get_mac(struct mlx4_priv *priv, uint8_t (*mac)[ETHER_ADDR_LEN]); total: 0 errors, 2 warnings, 0 checks, 2054 lines checked