From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 385672C55 for ; Wed, 29 Nov 2017 17:15:43 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 08:15:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,474,1508828400"; d="scan'208,217";a="179183243" Received: from mkovacev-mobl.ger.corp.intel.com (HELO [10.237.221.14]) ([10.237.221.14]) by orsmga005.jf.intel.com with ESMTP; 29 Nov 2017 08:15:40 -0800 To: Bruce Richardson Cc: dev@dpdk.org, david.hunt@intel.com References: <20171128132203.43181-1-marko.kovacevic@intel.com> <20171128141656.GA10272@bricha3-MOBL3.ger.corp.intel.com> From: Marko Kovacevic Message-ID: <71eacecb-5e2f-e173-3b97-5ca8e99623f6@intel.com> Date: Wed, 29 Nov 2017 16:15:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171128141656.GA10272@bricha3-MOBL3.ger.corp.intel.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 1/4] power: changed unsigned to unsigned int X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 16:15:43 -0000 As i saw that many other variables were changed from unsigned to unsigned int and since i was cleaning up the code i thought it would be beneficial to change it now not to cause checkpatch problems or other problems down the line. Marko On 28/11/2017 14:16, Bruce Richardson wrote: > On Tue, Nov 28, 2017 at 01:22:00PM +0000, Marko Kovacevic wrote: >> Signed-off-by: Marko Kovacevic --- > While I know that checkpatch complains about unsigned vs unsigned > int, is there some other reason for making this change wholesale in > the code? > > /Bruce