Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-07 Thread Felipe Balbi
Hi, Felipe Ferreri Tonello writes: >>> On March 5, 2016 4:28:45 PM GMT+00:00, Michal Nazarewicz >>> wrote: >> On Wed, Mar 02 2016, Felipe F. Tonello wrote: >>> @@ -16,7 +16,7 @@ >>> * Copyright (C) 2006 Thumtronics Pty Ltd. >>> * Ben Williamson >>> * >>> - *

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-07 Thread Felipe Ferreri Tonello
Hi Balbi, On 07/03/16 07:35, Felipe Balbi wrote: > > Hi, > > Felipe Ferreri Tonello writes: >> [ text/plain ] >> Hi Michal, >> >> On March 5, 2016 4:28:45 PM GMT+00:00, Michal Nazarewicz >> wrote: > On Wed, Mar 02 2016, Felipe F. Tonello wrote: >> @@ -16,7 +16,7 @@ >> * Copyr

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-06 Thread Felipe Balbi
Hi, Felipe Ferreri Tonello writes: > [ text/plain ] > Hi Michal, > > On March 5, 2016 4:28:45 PM GMT+00:00, Michal Nazarewicz > wrote: On Wed, Mar 02 2016, Felipe F. Tonello wrote: > @@ -16,7 +16,7 @@ > * Copyright (C) 2006 Thumtronics Pty Ltd. > * Ben Williamson >>>

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-05 Thread Greg KH
On Sat, Mar 05, 2016 at 11:53:35PM +, Felipe Ferreri Tonello wrote: > Hi Greg, > > On March 5, 2016 7:39:13 PM GMT+00:00, Greg KH wrote: > >On Sat, Mar 05, 2016 at 11:28:45AM -0500, Michal Nazarewicz wrote: > >> >> On Wed, Mar 02 2016, Felipe F. Tonello wrote: > >> >>> @@ -16,7 +16,7 @@ > >>

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-05 Thread Felipe Ferreri Tonello
Hi Michal, On March 5, 2016 4:28:45 PM GMT+00:00, Michal Nazarewicz wrote: >>> On Wed, Mar 02 2016, Felipe F. Tonello wrote: @@ -16,7 +16,7 @@ * Copyright (C) 2006 Thumtronics Pty Ltd. * Ben Williamson * - * Licensed under the GPL-2 or later. + * License

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-05 Thread Felipe Ferreri Tonello
Hi Greg, On March 5, 2016 7:39:13 PM GMT+00:00, Greg KH wrote: >On Sat, Mar 05, 2016 at 11:28:45AM -0500, Michal Nazarewicz wrote: >> >> On Wed, Mar 02 2016, Felipe F. Tonello wrote: >> >>> @@ -16,7 +16,7 @@ >> >>> * Copyright (C) 2006 Thumtronics Pty Ltd. >> >>> * Ben Williamson >> >>>

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-05 Thread Greg KH
On Sat, Mar 05, 2016 at 11:28:45AM -0500, Michal Nazarewicz wrote: > >> On Wed, Mar 02 2016, Felipe F. Tonello wrote: > >>> @@ -16,7 +16,7 @@ > >>> * Copyright (C) 2006 Thumtronics Pty Ltd. > >>> * Ben Williamson > >>> * > >>> - * Licensed under the GPL-2 or later. > >>> + * Licensed und

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-05 Thread Michal Nazarewicz
>> On Wed, Mar 02 2016, Felipe F. Tonello wrote: >>> @@ -16,7 +16,7 @@ >>> * Copyright (C) 2006 Thumtronics Pty Ltd. >>> * Ben Williamson >>> * >>> - * Licensed under the GPL-2 or later. >>> + * Licensed under the GPLv2. > On March 4, 2016 7:17:31 PM GMT+00:00, Michal Nazarewicz > wro

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-04 Thread Felipe Ferreri Tonello
Hi Michal, On March 4, 2016 7:17:31 PM GMT+00:00, Michal Nazarewicz wrote: >On Wed, Mar 02 2016, Felipe F. Tonello wrote: >> Signed-off-by: Felipe F. Tonello >> --- >> drivers/usb/gadget/function/f_midi.c | 77 >+++- >> 1 file changed, 40 insertions(+), 37 dele

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-04 Thread Michal Nazarewicz
On Wed, Mar 02 2016, Felipe F. Tonello wrote: > Signed-off-by: Felipe F. Tonello > --- > drivers/usb/gadget/function/f_midi.c | 77 > +++- > 1 file changed, 40 insertions(+), 37 deletions(-) > > diff --git a/drivers/usb/gadget/function/f_midi.c > b/drivers/usb/ga

Re: [PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-03 Thread Felipe Balbi
"Felipe F. Tonello" writes: > [ text/plain ] > Signed-off-by: Felipe F. Tonello no commit log == no commit -- balbi signature.asc Description: PGP signature

[PATCH 4/5] usb: gadget: f_midi: cleanups and typos fixes

2016-03-02 Thread Felipe F. Tonello
Signed-off-by: Felipe F. Tonello --- drivers/usb/gadget/function/f_midi.c | 77 +++- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/drivers/usb/gadget/function/f_midi.c b/drivers/usb/gadget/function/f_midi.c index 8475e3dc82d4..9a9e6112e224 100644