From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7E02C2C18; Mon, 22 May 2017 11:17:26 +0200 (CEST) In-Reply-To: <20170522090349.82175-3-tiwei.bie@intel.com> References: <20170522090349.82175-3-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170522091726.7E02C2C18@dpdk.org> Date: Mon, 22 May 2017 11:17:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24425 [PATCH v2 2/2] contigmem: don't zero the pages during each mmap 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: , X-List-Received-Date: Mon, 22 May 2017 09:17:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24425 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY) #155: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:209: + return EBUSY; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #317: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:366: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #321: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:370: + return ENOMEM; total: 0 errors, 3 warnings, 285 lines checked