From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/5] remove unnecessary void * pointer cast Date: Mon, 15 Jan 2018 14:29:26 +0000 Message-ID: <656c97a6-9054-e856-d7f7-fea537f72b01@intel.com> References: <20180115075510.29348-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5C6A2A492 for ; Mon, 15 Jan 2018 15:29:30 +0100 (CET) In-Reply-To: <20180115075510.29348-1-zhiyong.yang@intel.com> Content-Language: en-US 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 1/15/2018 7:55 AM, Zhiyong Yang wrote: > void * pointer can be assigned to any data type pointer. Unnecessary cast > can be removed in order to keep code clearer. > > Zhiyong Yang (5): > lib/librte_lpm: remove unnecessary void * pointer cast > lib/librte_efd: remove unnecessary void * pointer cast using > rte_zmalloc_socket > lib/librte_hash: remove unnecessary void * pointer cast using > rte_zmalloc_socket > lib/librte_member: remove unnecessary void * pointer cast > lib/librte_pipeline: remove unnecessary void * pointer cast using > rte_zmalloc_socket Series Reviewed-by: Ferruh Yigit