From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8397D1E4A8; Thu, 14 Jun 2018 10:36:26 +0200 (CEST) In-Reply-To: <20180614083047.10812-7-adrien.mazarguil@6wind.com> References: <20180614083047.10812-7-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180614083626.8397D1E4A8@dpdk.org> Date: Thu, 14 Jun 2018 10:36:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw41084 [v2] [PATCH 6/7] net/mlx5: probe all port representors 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, 14 Jun 2018 08:36:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/41084 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'char' should also have an identifier name #325: FILE: drivers/net/mlx5/mlx5.h:216: +int mlx5_get_master_ifname(const struct rte_eth_dev *dev, CHECK:CAMELCASE: Avoid CamelCase: #399: FILE: drivers/net/mlx5/mlx5_ethdev.c:220: + ret = fscanf(file, "%" SCNx64, &phys_switch_id); total: 0 errors, 1 warnings, 1 checks, 550 lines checked