From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6D5705F3C; Wed, 28 Feb 2018 16:13:58 +0100 (CET) In-Reply-To: <976c7e244dc0704f1979ca07d9259df145af9dbc.1519829860.git.nelio.laranjeiro@6wind.com> References: <976c7e244dc0704f1979ca07d9259df145af9dbc.1519829860.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20180228151358.6D5705F3C@dpdk.org> Date: Wed, 28 Feb 2018 16:13:58 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35526 [PATCH v2 02/10] net/mlx5: name parameters in function prototypes 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: Wed, 28 Feb 2018 15:13:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35526 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'char' should also have an identifier name #36: FILE: drivers/net/mlx5/mlx5.h:209: +int priv_get_ifname(const struct priv *priv, char (*ifname)[IF_NAMESIZE]); WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name #88: FILE: drivers/net/mlx5/mlx5.h:242: +int priv_get_mac(struct priv *priv, uint8_t (*mac)[ETHER_ADDR_LEN]); total: 0 errors, 2 warnings, 0 checks, 414 lines checked