From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH] bus/fslmc: fixes missing brace Date: Tue, 11 Jul 2017 17:00:09 +0530 Message-ID: References: <1499763019-1271-1-git-send-email-hemant.agrawal@nxp.com> <1611650.pqaplXA0iC@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Thomas Monjalon , Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0087.outbound.protection.outlook.com [104.47.36.87]) by dpdk.org (Postfix) with ESMTP id 501802C6A for ; Tue, 11 Jul 2017 13:30:18 +0200 (CEST) In-Reply-To: <1611650.pqaplXA0iC@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/11/2017 2:48 PM, Thomas Monjalon wrote: > 11/07/2017 10:50, Hemant Agrawal: >> Fixes: c7fe1eea8a74 ("bus: simplify finding starting point") >> >> Signed-off-by: Hemant Agrawal > > That's why review is important :) It is generally expected that the submitter will check the compilation or he will at the least tag the respective maintainer for the same. > I should add dpaa2 target in my compilation tests. > yes please. Thanks! > Applied, thanks >