Re: [PATCH v2 1/2] Staging: fsl-mc: include: mc: Kernel type 's16' preferred over 'int16_t'

From: Shiva Kerdel
Date: Thu Nov 10 2016 - 09:32:29 EST


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 <shiva@xxxxxxxx>
Acked-by: Stuart Yoder <stuart.yoder@xxxxxxx>
---
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