From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AB5A87D36; Sun, 4 Jun 2017 08:06:42 +0200 (CEST) In-Reply-To: <20170604055324.40506-3-tiwei.bie@intel.com> References: <20170604055324.40506-3-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170604060642.AB5A87D36@dpdk.org> Date: Sun, 4 Jun 2017 08:06:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25043 [PATCH v3 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: Sun, 04 Jun 2017 06:06:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25043 _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) #320: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:369: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #324: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:373: + return ENOMEM; total: 0 errors, 3 warnings, 288 lines checked