From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1D1965A6A; Tue, 9 May 2017 10:50:28 +0200 (CEST) In-Reply-To: <20170509084707.29949-3-tiwei.bie@intel.com> References: <20170509084707.29949-3-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170509085028.1D1965A6A@dpdk.org> Date: Tue, 9 May 2017 10:50:28 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24158 [PATCH 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: Tue, 09 May 2017 08:50:28 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24158 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY) #149: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:206: + return EBUSY; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #307: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:360: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #311: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:364: + return ENOMEM; total: 0 errors, 3 warnings, 275 lines checked