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 B2FFEA00C2 for ; Sun, 5 Jun 2022 09:53:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFE294021E; Sun, 5 Jun 2022 09:53:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D6B9641156 for ; Sun, 5 Jun 2022 09:53:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D27D6120945; Sun, 5 Jun 2022 09:53:20 +0200 (CEST) Subject: |WARNING| pw112327 [PATCH v3] kni: fix build with Linux 5.18 In-Reply-To: <20220601065149.8031-1-jslaby@suse.cz> References: <20220601065149.8031-1-jslaby@suse.cz> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiri Slaby Message-Id: <20220605075320.D27D6120945@dpdk.org> Date: Sun, 5 Jun 2022 09:53:20 +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/112327 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #79: https://patches.dpdk.org/project/dpdk/patch/20220521070642.35413-1-humin29@huawei.com/ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #107: FILE: kernel/linux/kni/compat.h:145: +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0) total: 0 errors, 2 warnings, 18 lines checked