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 A67DCA0548 for ; Tue, 31 May 2022 16:51:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1B3F427EC; Tue, 31 May 2022 16:51:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DE1BD40694 for ; Tue, 31 May 2022 16:51:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CF5DA120945; Tue, 31 May 2022 16:51:01 +0200 (CEST) Subject: |WARNING| pw112156 [PATCH v2] kni: fix build with Linux 5.18 In-Reply-To: <20220525102641.20982-1-jslaby@suse.cz> References: <20220525102641.20982-1-jslaby@suse.cz> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiri Slaby Message-Id: <20220531145101.CF5DA120945@dpdk.org> Date: Tue, 31 May 2022 16:51:01 +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/112156 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #97: FILE: kernel/linux/kni/compat.h:145: +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0) total: 0 errors, 1 warnings, 18 lines checked