Re: [PATCH] USB: fix coding style issue

2017-08-30 Thread pierre kuo
hi Greg > Note, not all subsystems appreciate coding style cleanups, so be aware > of that if you do start to do this type of work outside of > drivers/staging/ Got it. thanks for your friendly reminder. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a messa

Re: [PATCH] USB: fix coding style issue

2017-08-30 Thread Greg KH
On Wed, Aug 30, 2017 at 09:37:26PM +0800, pierre kuo wrote: > hi Greg: > > 2017-08-16 23:46 GMT+08:00 Greg KH : > > On Wed, Aug 16, 2017 at 11:01:20AM +0800, pierre Kuo wrote: > >> try to fix some codeing style issue, such as "space prohibited" and "not > >> initialise statics". > > > > Only do on

Re: [PATCH] USB: fix coding style issue

2017-08-30 Thread pierre kuo
hi Greg: 2017-08-16 23:46 GMT+08:00 Greg KH : > On Wed, Aug 16, 2017 at 11:01:20AM +0800, pierre Kuo wrote: >> try to fix some codeing style issue, such as "space prohibited" and "not >> initialise statics". > > Only do one type of thing in a single patch please. And no, "fix all > coding style i

Re: [PATCH] USB: fix coding style issue

2017-08-16 Thread Greg KH
On Wed, Aug 16, 2017 at 11:01:20AM +0800, pierre Kuo wrote: > try to fix some codeing style issue, such as "space prohibited" and "not > initialise statics". Only do one type of thing in a single patch please. And no, "fix all coding style issues" is not a single thing. This needs to be multiple