Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1186199

Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings
Date 2015-07-16 21:20 +0200
Message-ID <pMWRk-7rm-23@gated-at.bofh.it> (permalink)
References <pMM5A-ay-21@gated-at.bofh.it> <pMUZd-4Ke-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings Greg KH <gregkh@linuxfoundation.org> - 2015-07-16 19:20 +0200
  Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings Joe Perches <joe@perches.com> - 2015-07-16 21:20 +0200

csiph-web