From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932795AbcKJMdb (ORCPT ); Thu, 10 Nov 2016 07:33:31 -0500 Received: from web01.01d.eu ([5.200.27.195]:53834 "EHLO web01.01d.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932254AbcKJMda (ORCPT ); Thu, 10 Nov 2016 07:33:30 -0500 Subject: Re: [PATCH v2 1/2] Staging: fsl-mc: include: mc-bus: Kernel type 's16' preferred over 'int16_t' To: Greg KH References: <20161108154214.16243-1-shiva@exdev.nl> <20161110122413.GA7704@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 13:33:10 +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: <20161110122413.GA7704@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 Sorry for this misunderstanding, Since received a response from Stuart on my previous patch telling me I was probably working on a out-of-date codebase, I started to look where I did go wrong. After some research I found out that I was always one step behind because I was developing on the actual Linux kernel branch instead of using the Staging-next as my codebase. He wrote me to sent the patches that still apply over again with a new version tag so that's why this patch only contains 2 of them. I am still new at contributing to the Linux kernel and some things were not really clear to me at the beginning. I hope that you could still use these patches and I am trying to avoid misunderstandings like these. Do I still need to resend them and is there anything left for me to do with these? Best regards, Shiva Kerdel On 11/10/16 13:24, Greg KH wrote: > On Tue, Nov 08, 2016 at 04:42:13PM +0100, Shiva Kerdel wrote: >> Follow the kernel type preferrences of using 's16' over 'int16_t'. >> >> Signed-off-by: Shiva Kerdel >> --- >> drivers/staging/fsl-mc/include/mc-bus.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > What is different from your v1 patch? > > I'm confused now, I have two different series from you, one 6 patches > long, and one 2 patches long, claiming to do the same thing. > > I've dropped them both from my patch review queue and please, resend > what you really want me to apply :) > > thanks, > > greg k-h