Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

From: Greg KH
Date: Sat May 07 2016 - 13:15:33 EST


On Sat, May 07, 2016 at 10:56:37AM -0500, Thimo Braker wrote:
> Fixes issues with the coding style checks.

What issues? Always be specific, and describe what you are doing. Also
don't put more than one "thing" in a single patch (hint, "coding style
cleanups" are not one thing.)

>
> Signed-off-by: Thimo Braker <thibmorozier@xxxxxxxxx>
> ---
> drivers/staging/android/timed_gpio.c | 36 +++++++++++++++++-----------------
> drivers/staging/android/timed_gpio.h | 8 ++++----
> drivers/staging/android/timed_output.c | 16 +++++++--------

These files are not in linux-next, please always work from that, they
have been gone from my tree for months now :(

thanks,

greg k-h