From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753503AbdBUOze (ORCPT ); Tue, 21 Feb 2017 09:55:34 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:28180 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbdBUOzM (ORCPT ); Tue, 21 Feb 2017 09:55:12 -0500 Subject: Re: [net-next][PATCH] RDS: keep data type consistent in the user visible header To: David Laight , "'David Miller'" , "sowmini.varadhan@oracle.com" References: <1487387747-5324-1-git-send-email-santosh.shilimkar@oracle.com> <20170220.101951.663166903772216217.davem@davemloft.net> <20170220153722.GB16561@oracle.com> <20170220.103912.194197218422769191.davem@davemloft.net> <063D6719AE5E284EB5DD2968C1650D6DCFE6CA26@AcuExch.aculab.com> Cc: "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation Message-ID: Date: Tue, 21 Feb 2017 06:55:01 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <063D6719AE5E284EB5DD2968C1650D6DCFE6CA26@AcuExch.aculab.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/21/17 6:29 AM, David Laight wrote: >> The entire file should use the proper "__uX" kernel types >> rather than the uint* ones. > > The uint* ones are part of the C standard :-) > Should have been uint*_t :-)