Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933656AbcKJOUd (ORCPT ); Thu, 10 Nov 2016 09:20:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51240 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933259AbcKJOUb (ORCPT ); Thu, 10 Nov 2016 09:20:31 -0500 Date: Thu, 10 Nov 2016 15:20:40 +0100 From: Greg KH To: Shiva Kerdel 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 Subject: Re: [PATCH v2 1/2] Staging: fsl-mc: include: mc: Kernel type 's16' preferred over 'int16_t' Message-ID: <20161110142040.GA623@kroah.com> References: <20161110140908.17971-1-shiva@exdev.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161110140908.17971-1-shiva@exdev.nl> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 451 Lines: 16 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