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 59E7EA058A for ; Tue, 24 Mar 2020 16:18:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 47B5D1BE8A; Tue, 24 Mar 2020 16:18:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 676941BE8A; Tue, 24 Mar 2020 16:18:46 +0100 (CET) In-Reply-To: <1585062980-27196-2-git-send-email-bingz@mellanox.com> References: <1585062980-27196-2-git-send-email-bingz@mellanox.com> To: test-report@dpdk.org Cc: Bing Zhao Message-Id: <20200324151846.676941BE8A@dpdk.org> Date: Tue, 24 Mar 2020 16:18:46 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67075 [PATCH v3 1/4] net/mlx5: change operations for non-cached flows 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/67075 _coding style issues_ CHECK:BOOL_COMPARISON: Using comparison to true is error prone #142: FILE: drivers/net/mlx5/mlx5_flow.c:4469: + if (active == true) { WARNING:TYPO_SPELLING: 'furthur' may be misspelled - perhaps 'further'? #229: FILE: drivers/net/mlx5/mlx5_trigger.c:327: + * But it is worth wrapping the interface for furthur usage. total: 0 errors, 1 warnings, 1 checks, 187 lines checked