From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A4617A0679 for ; Mon, 1 Apr 2019 20:31:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F9B85F0D; Mon, 1 Apr 2019 20:31:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9714A5F11; Mon, 1 Apr 2019 20:31:54 +0200 (CEST) In-Reply-To: <20190401095118.4176-1-kirankumark@marvell.com> References: <20190401095118.4176-1-kirankumark@marvell.com> To: test-report@dpdk.org Cc: Kiran Kumar Kokkilagadda Message-Id: <20190401183154.9714A5F11@dpdk.org> Date: Mon, 1 Apr 2019 20:31:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51998 [PATCH v2] kni: add IOVA va support for kni 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/51998 _coding style issues_ WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #197: FILE: kernel/linux/kni/kni_misc.c:268: + if (!mem->pgs) { + pr_err("%s: -ENOMEM ", __func__); ERROR:SPACING: space required after that ',' (ctx:VxV) #204: FILE: kernel/linux/kni/kni_misc.c:275: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,9,0) ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #204: FILE: kernel/linux/kni/kni_misc.c:275: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,9,0) ^ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #204: FILE: kernel/linux/kni/kni_misc.c:275: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,9,0) total: 2 errors, 2 warnings, 496 lines checked