From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DFEBF1B819; Thu, 8 Feb 2018 17:37:40 +0100 (CET) In-Reply-To: <20180208163538.22407-1-adrien.mazarguil@6wind.com> References: <20180208163538.22407-1-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180208163740.DFEBF1B819@dpdk.org> Date: Thu, 8 Feb 2018 17:37:40 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35073 [PATCH v1] net/mlx: control netdevices through ioctl only 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, 08 Feb 2018 16:37:41 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35073 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #499: FILE: drivers/net/mlx5/mlx5_ethdev.c:232: + n = fscanf(file, "%" SCNu16, num_vfs); CHECK:CAMELCASE: Avoid CamelCase: #637: FILE: drivers/net/mlx5/mlx5_stats.c:159: + int n = fscanf(file, "%" SCNu64, &stats[i]); total: 0 errors, 0 warnings, 2 checks, 594 lines checked