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 B5F86A04F9 for ; Fri, 10 Jan 2020 21:54:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC4CA1BF6C; Fri, 10 Jan 2020 21:54:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 5C2AB1EBBB; Fri, 10 Jan 2020 21:54:10 +0100 (CET) In-Reply-To: <20200110205152.30966-7-dharmik.thakkar@arm.com> References: <20200110205152.30966-7-dharmik.thakkar@arm.com> To: test-report@dpdk.org Cc: Dharmik Thakkar Message-Id: <20200110205410.5C2AB1EBBB@dpdk.org> Date: Fri, 10 Jan 2020 21:54:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw64435 [PATCH v3 6/7] net/fm10k: remove 'typedef int bool' 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/64435 _coding style issues_ CHECK:BOOL_COMPARISON: Using comparison to true is error prone #114: FILE: drivers/net/fm10k/fm10k_ethdev.c:3219: + if (switch_ready == true) CHECK:BOOL_COMPARISON: Using comparison to false is error prone #121: FILE: drivers/net/fm10k/fm10k_ethdev.c:3225: + if (switch_ready == false) { total: 0 errors, 0 warnings, 2 checks, 48 lines checked