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

2014-10-29 Thread Greg Kroah-Hartman
On Tue, Oct 14, 2014 at 11:28:32AM +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: [PATCHv2] staging: rtl8188eu: Fix coding style space related ERROR problems

2014-10-17 Thread Greg Kroah-Hartman
On Fri, Oct 17, 2014 at 01:31:18PM +0800, hejianet wrote: > Hi Greg > Just ping it, coz this is a practising patch for Eudyptula Challenge task 10. > Any comment is welcome, thank you :) As Dan said, this is the middle of the merge window, where I can't add any new patches to my tree. Also, this

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

2014-10-16 Thread Dan Carpenter
On Fri, Oct 17, 2014 at 01:31:18PM +0800, hejianet wrote: > Hi Greg > Just ping it, coz this is a practising patch for Eudyptula Challenge task 10. > Any comment is welcome, thank you :) > The merge window is open. And anyway, you shouldn't ping people about patches if it has been less than two

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

2014-10-16 Thread hejianet
Hi Greg Just ping it, coz this is a practising patch for Eudyptula Challenge task 10. Any comment is welcome, thank you :) On Tue, 14 Oct 2014 11:28:32 +0800 from hejia...@gmail.com wrote: > This fixes space related ERROR reports by checkpatch.pl > Generated by $ git ls-files "drivers/staging/rtl

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

2014-10-13 Thread Jia He
Sorry,seems git ate my one line words after mail subject: >From v1: suggested by j...@perches.com, fixed some points not checked or not correctly checked by checkpatch.pl On Tue, 14 Oct 2014 11:28:32 +0800 from hejia...@gmail.com wrote: > This fixes space related ERROR reports by checkpatch.pl >

[PATCHv2] 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