Re: [PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-03 Thread Milian Reichardt
Am Freitag, den 03.03.2017, 07:24 +0100 schrieb Greg KH: > Please be specific as to exactly what issues you are fixing up.  And > don't do multiple things in the same patch, each different thing > needs > to be broken up into an individual patch. Thanks for the feedback. I'll brake things up in

Re: [PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-03 Thread Milian Reichardt
Am Freitag, den 03.03.2017, 07:24 +0100 schrieb Greg KH: > Please be specific as to exactly what issues you are fixing up.  And > don't do multiple things in the same patch, each different thing > needs > to be broken up into an individual patch. Thanks for the feedback. I'll brake things up in

Re: [PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-02 Thread Greg KH
On Fri, Mar 03, 2017 at 12:55:46AM +0100, Milian Reichardt wrote: > Fixed multiple coding style issues. Please be specific as to exactly what issues you are fixing up. And don't do multiple things in the same patch, each different thing needs to be broken up into an individual patch. thanks,

Re: [PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-02 Thread Greg KH
On Fri, Mar 03, 2017 at 12:55:46AM +0100, Milian Reichardt wrote: > Fixed multiple coding style issues. Please be specific as to exactly what issues you are fixing up. And don't do multiple things in the same patch, each different thing needs to be broken up into an individual patch. thanks,

[PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-02 Thread Milian Reichardt
Fixed multiple coding style issues. Signed-off-by: Milian Reichardt --- drivers/usb/misc/ldusb.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c index

[PATCH] USB: misc: ldusb: Fixed coding style issues

2017-03-02 Thread Milian Reichardt
Fixed multiple coding style issues. Signed-off-by: Milian Reichardt --- drivers/usb/misc/ldusb.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c index 3bc5356832db..77b76b468307 100644 ---