Re: [PATCH 3/3] drivers: usb: storage: datafab.c: clean up a variety of checkpatch errors.
From: Greg KH
Date: Wed Mar 18 2015 - 12:03:17 EST
On Sat, Feb 07, 2015 at 11:42:44PM +0100, Bas Peters wrote:
> This patch cleans up a variety of checkpatch errors:
>
> Bunch of space issues.
> C99 comments converted to /* */ format.
> Some switch statement indentations.
> "foo * bar" -> "foo *bar"
>
> Signed-off-by: Bas Peters <baspeters93@xxxxxxxxx>
> ---
> drivers/usb/storage/datafab.c | 183 +++++++++++++++++++++---------------------
> 1 file changed, 93 insertions(+), 90 deletions(-)
You are doing multiple things in the same patch, please break this up
into one-thing-per-patch and send a patch series for this single file.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/