Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Greg KH
On Wed, Oct 22, 2014 at 09:14:14PM +, Paul Zimmerman wrote: > > From: linux-usb-ow...@vger.kernel.org > > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Greg KH > > Sent: Wednesday, October 22, 2014 7:19 AM > > > > On Wed, Oct 22, 2014 at 11:51:12AM +0200, Johan Hovold wrote: > > > On

RE: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Paul Zimmerman
> From: linux-usb-ow...@vger.kernel.org > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Greg KH > Sent: Wednesday, October 22, 2014 7:19 AM > > On Wed, Oct 22, 2014 at 11:51:12AM +0200, Johan Hovold wrote: > > On Sat, Oct 11, 2014 at 07:20:49AM -0700, Greg Kroah-Hartman wrote: > > > On Sa

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Johan Hovold
On Wed, Oct 22, 2014 at 04:40:24PM +0200, Philip Munksgaard wrote: > On 22 October 2014 16:18, Greg KH wrote: > > On Wed, Oct 22, 2014 at 11:51:12AM +0200, Johan Hovold wrote: > >> On Sat, Oct 11, 2014 at 07:20:49AM -0700, Greg Kroah-Hartman wrote: > >> > On Sat, Oct 11, 2014 at 03:49:43PM +0200,

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Philip Munksgaard
On 22 October 2014 16:18, Greg KH wrote: > On Wed, Oct 22, 2014 at 11:51:12AM +0200, Johan Hovold wrote: >> On Sat, Oct 11, 2014 at 07:20:49AM -0700, Greg Kroah-Hartman wrote: >> > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: >> > > Fix a style issue >> > > >> > > Signed-off-

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Greg KH
On Wed, Oct 22, 2014 at 11:51:12AM +0200, Johan Hovold wrote: > On Sat, Oct 11, 2014 at 07:20:49AM -0700, Greg Kroah-Hartman wrote: > > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > > Fix a style issue > > > > > > Signed-off-by: Philip Munksgaard > > > --- > > > drivers/

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-22 Thread Johan Hovold
On Sat, Oct 11, 2014 at 07:20:49AM -0700, Greg Kroah-Hartman wrote: > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > Fix a style issue > > > > Signed-off-by: Philip Munksgaard > > --- > > drivers/usb/serial/option.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Joe Perches
On Sat, 2014-10-11 at 13:19 -0700, Greg KH wrote: > On Sat, Oct 11, 2014 at 08:36:33AM -0700, Joe Perches wrote: > > On Sat, 2014-10-11 at 07:20 -0700, Greg KH wrote: > > > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > > > Fix a style issue > > [] > > > > diff --git a/drive

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Greg KH
On Sat, Oct 11, 2014 at 08:36:33AM -0700, Joe Perches wrote: > On Sat, 2014-10-11 at 07:20 -0700, Greg KH wrote: > > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > > Fix a style issue > [] > > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > [] > >

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Joe Perches
On Sat, 2014-10-11 at 07:20 -0700, Greg KH wrote: > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > Fix a style issue [] > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c [] > > @@ -1616,7 +1616,7 @@ static const struct usb_device_id option_ids[] = {

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Lars Melin
On 2014-10-11 21:20, Greg KH wrote: On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: Fix a style issue Signed-off-by: Philip Munksgaard --- drivers/usb/serial/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/option.c b/drivers

Re: [PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Greg KH
On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > Fix a style issue > > Signed-off-by: Philip Munksgaard > --- > drivers/usb/serial/option.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > in

[PATCH] usb: serial: Fix indentation style issue

2014-10-11 Thread Philip Munksgaard
Fix a style issue Signed-off-by: Philip Munksgaard --- drivers/usb/serial/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1a3f60..d88998d 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/seria