From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 688D4A0543 for ; Wed, 15 Jul 2020 12:40:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BB661BEDE; Wed, 15 Jul 2020 12:40:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D0DBE1BED6; Wed, 15 Jul 2020 12:40:20 +0200 (CEST) In-Reply-To: <20200715104004.79574-1-shys@mellanox.com> References: <20200715104004.79574-1-shys@mellanox.com> To: test-report@dpdk.org Cc: Shy Shyman Message-Id: <20200715104020.D0DBE1BED6@dpdk.org> Date: Wed, 15 Jul 2020 12:40:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74082 [PATCH] net/mlx5: fix file path location of HW counters 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/74082 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #82: FILE: drivers/net/mlx5/linux/mlx5_os.c:1956: + ^I^I * in switchdev the file location is not per port$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #82: FILE: drivers/net/mlx5/linux/mlx5_os.c:1956: + ^I^I * in switchdev the file location is not per port$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #84: FILE: drivers/net/mlx5/linux/mlx5_os.c:1958: + * but rather in /hw_counters/. + */ total: 1 errors, 2 warnings, 0 checks, 23 lines checked