Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933745AbcKJObx (ORCPT ); Thu, 10 Nov 2016 09:31:53 -0500 Received: from web01.01d.eu ([5.200.27.195]:60204 "EHLO web01.01d.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933708AbcKJObw (ORCPT ); Thu, 10 Nov 2016 09:31:52 -0500 Subject: Re: [PATCH v2 1/2] Staging: fsl-mc: include: mc: Kernel type 's16' preferred over 'int16_t' To: Greg KH References: <20161110140908.17971-1-shiva@exdev.nl> <20161110142040.GA623@kroah.com> Cc: stuart.yoder@nxp.com, devel@driverdev.osuosl.org, German.Rivera@freescale.com, nipun.gupta@nxp.com, linux-kernel@vger.kernel.org, german.rivera@nxp.com, treding@nvidia.com, itai.katz@nxp.com From: Shiva Kerdel Message-ID: Date: Thu, 10 Nov 2016 15:31:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161110142040.GA623@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Id: shiva@exdev.nl Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 23 I corrected the log message because I wrote 's32' instead of 's16' in this patch (confused with the other one that I sent too). Thank you for your guidance, Shiva Kerdel On 11/10/16 15:20, Greg KH wrote: > On Thu, Nov 10, 2016 at 03:09:07PM +0100, Shiva Kerdel wrote: >> Follow the kernel type preferrences of using 's16' over 'int16_t'. >> >> Signed-off-by: Shiva Kerdel >> Acked-by: Stuart Yoder >> --- >> drivers/staging/fsl-mc/include/mc-bus.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > You forgot to put, below the --- line, what changed from v1 to v2 :( > > third time is a charm? > > thanks, > > greg k-h