From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7CF08A0548 for ; Thu, 2 Jun 2022 08:56:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 787FE40694; Thu, 2 Jun 2022 08:56:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B0A564021E for ; Thu, 2 Jun 2022 08:56:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9ACA4120945; Thu, 2 Jun 2022 08:56:27 +0200 (CEST) Subject: |WARNING| pw112256 [PATCH v5] kni: fix device address set In-Reply-To: <20220602065421.3964-1-humin29@huawei.com> References: <20220602065421.3964-1-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20220602065627.9ACA4120945@dpdk.org> Date: Thu, 2 Jun 2022 08:56:27 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/112256 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #114: FILE: kernel/linux/kni/compat.h:145: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0) total: 0 errors, 1 warnings, 31 lines checked