From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 976836CB5; Wed, 1 Mar 2017 06:03:08 +0100 (CET) In-Reply-To: <20170301050225.27164-2-yskoh@mellanox.com> References: <20170301050225.27164-2-yskoh@mellanox.com> To: test-report@dpdk.org Cc: Yongseok Koh Message-Id: <20170301050308.976836CB5@dpdk.org> Date: Wed, 1 Mar 2017 06:03:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20969 [PATCH 1/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 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, 01 Mar 2017 05:03:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20969 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name #758: FILE: drivers/net/mlx5/mlx5_rxtx.h:327: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mbuf **' should also have an identifier name #758: FILE: drivers/net/mlx5/mlx5_rxtx.h:327: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name #758: FILE: drivers/net/mlx5/mlx5_rxtx.h:327: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); total: 0 errors, 3 warnings, 0 checks, 626 lines checked