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

[PATCH] USB: fix coding style issue

2017-08-15 Thread pierre Kuo
try to fix some codeing style issue, such as "space prohibited" and "not initialise statics". Signed-off-by: pierre Kuo --- drivers/usb/host/ehci-hcd.c | 6 ++--- drivers/usb/host/ehci-hub.c | 22 - drivers/usb/host/ehci-mem.c | 55 ++---

[PATCH] usb: fix coding style issue

2015-06-16 Thread Kris Borer
Fixed coding style issue: newline after declaration Signed-off-by: Kris Borer --- drivers/usb/core/driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 818369a..6b5063e 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/co