Re: [PATCH 1/2] staging: rtl8188eu: Fix coding style space missing problems

2014-10-12 Thread hejianet
Thanks for the suggestion, I will update it later On Thu, 09 Oct 2014 07:35:59 -0700 from j...@perches.com wrote: > git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ > xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING ___ deve

Re: [PATCH 1/2] staging: rtl8188eu: Fix coding style space missing problems

2014-10-09 Thread Joe Perches
On Thu, 2014-10-09 at 21:53 +0800, Jia He wrote: > This fixes space missing problems,eg. before '-', after ',', around > '|' I'd just say horizontal whitespace. You can mostly update these style defect more comprehensively by using: $ git checkout drivers/staging/rtl8188eu/ $ git ls-files "driver

[PATCH 1/2] staging: rtl8188eu: Fix coding style space missing problems

2014-10-09 Thread Jia He
This fixes space missing problems,eg. before '-', after ',', around '|' Signed-off-by: Jia He Cc: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/hal/bb_cfg.c | 4 ++-- drivers/staging/rtl8188eu/hal/fw.c | 4 ++-- drivers/staging/rtl8188eu/hal/phy.c| 2 +- drivers/staging/rtl8188eu/hal