[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread hejianet
Hi Greg Sorry for the inconvience. Seems I generated the patch @ your master branch instead of staging-test. I will rebase it later. B.R. Justin On Mon, 3 Nov 2014 16:25:57 -0800 from gre...@linuxfoundation.org wrote: > On Fri, Oct 31, 2014 at 10:07:15AM +0800, Jia He wrote: >> This fixes space

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread Greg Kroah-Hartman
On Fri, Oct 31, 2014 at 10:07:15AM +0800, Jia He wrote: > This fixes space related ERROR reports by checkpatch.pl > Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ > xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING > Already checked by text comparasion >

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread Greg Kroah-Hartman
On Fri, Oct 31, 2014 at 10:07:15AM +0800, Jia He wrote: This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files drivers/staging/rtl8188eu/*.[ch] | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread hejianet
Hi Greg Sorry for the inconvience. Seems I generated the patch @ your master branch instead of staging-test. I will rebase it later. B.R. Justin On Mon, 3 Nov 2014 16:25:57 -0800 from gre...@linuxfoundation.org wrote: On Fri, Oct 31, 2014 at 10:07:15AM +0800, Jia He wrote: This fixes space

[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-11-03 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files drivers/staging/rtl8188eu/*.[ch] | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-30 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-30 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files drivers/staging/rtl8188eu/*.[ch] | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-13 Thread Joe Perches
On Mon, 2014-10-13 at 16:47 +0800, Jia He wrote: > This fixes space related ERROR reports by checkpatch.pl > Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ > xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING checkpatch isn't perfect. Always verify the

[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-13 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

[PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-13 Thread Jia He
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files drivers/staging/rtl8188eu/*.[ch] | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff

Re: [PATCH] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-13 Thread Joe Perches
On Mon, 2014-10-13 at 16:47 +0800, Jia He wrote: This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files drivers/staging/rtl8188eu/*.[ch] | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING checkpatch isn't perfect. Always verify the