Messages in this thread |  | | Subject | Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings | | From | Joe Perches <> | | Date | Thu, 16 Jul 2015 12:12:37 -0700 |
| |
On Thu, 2015-07-16 at 10:11 -0700, Greg KH wrote: > On Thu, Jul 16, 2015 at 09:41:36AM +0200, Guillaume Bienkowski wrote: > > Fix spaces before comma and indentation. > > That's two different things, so this should be two different patches > please.
I think it'd be better to do all the whitespace changes in a single go:
$ git ls-files drivers/staging/rtl8188eu | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --types=spacing,space_before_tab,pointer_location,trailing_whitespace,bracket_space --strict
and submit the git diff with "whitespace style changes" after verifying that objdiff shows no changes.
64 files changed, 1240 insertions(+), 1240 deletions(-)
It's ~330KB patch though.
|  |