From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/4] power: changed unsigned to unsigned int Date: Fri, 12 Jan 2018 00:14:56 +0100 Message-ID: <12230460.5rHZet2i8i@xps> References: <20171128132203.43181-1-marko.kovacevic@intel.com> <20171212140327.13462-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.hunt@intel.com To: Marko Kovacevic Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5B2C77272 for ; Fri, 12 Jan 2018 00:15:26 +0100 (CET) In-Reply-To: <20171212140327.13462-1-marko.kovacevic@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" 12/12/2017 15:03, Marko Kovacevic: > Since this patch-set attempts to clean up the power library, > and there are many instances of "unsigned" caught by checkpatch, > it was decided to clean these up first rather than have them included > in the later patches in the patch set. And would also minimise this > type of error being caught by checkpatch in the future > > Signed-off-by: Marko Kovacevic > > Acked-By: David Hunt Series applied, thanks