From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 471EC695C; Tue, 14 Mar 2017 10:18:10 +0100 (CET) In-Reply-To: <20170310231334.2457-2-yskoh@mellanox.com> References: <20170310231334.2457-2-yskoh@mellanox.com> To: test-report@dpdk.org Cc: Yongseok Koh Message-Id: <20170314091810.471EC695C@dpdk.org> Date: Tue, 14 Mar 2017 10:18:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21698 [PATCH v2 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: Tue, 14 Mar 2017 09:18:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21698 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:331: +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 #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:331: +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 #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:331: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); total: 0 errors, 3 warnings, 0 checks, 678 lines checked