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-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html