From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mmap(2) returns MAP_FAILED, not NULL, on failure Date: Tue, 09 Jan 2018 17:03:46 +0100 Message-ID: <1754970.MkvYTSaTOZ@xps> References: <24F37CB2-A34A-472D-88DF-3E27E0E98F78@mykolab.com> <9e13bd6e-e2ad-4ad3-8e02-19f081a997cb@intel.com> <50ade726-a5bd-2a94-9f8d-ba3f9658d8a3@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Michael McConville Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5D9D41B1B7 for ; Tue, 9 Jan 2018 17:04:11 +0100 (CET) In-Reply-To: <50ade726-a5bd-2a94-9f8d-ba3f9658d8a3@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/12/2017 01:51, Ferruh Yigit: > On 12/1/2017 4:50 PM, Ferruh Yigit wrote: > > On 11/30/2017 10:51 PM, Michael McConville wrote: > >> Signed-off-by: Michael McConville > > > > Reviewed-by: Ferruh Yigit > > > > > > Hi Michael, > > > > Thanks you for the patch, can you please check the contribution guide [1] for > > expected patch format for next patches. > > Ahh, there is checkpatch warning as well, can you make a new version of the > patch with updated patch title and warning fixed? Fixed and applied, thanks