Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Dan Carpenter
On Mon, Dec 03, 2012 at 05:34:07PM +0100, Stefan Hajnoczi wrote: > On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet wrote: > > staging: line6: driver.c > > The semantic patch that makes this output is available > > in scripts/coccinelle/api/memdup.cocci. > > > > Signed-off-by: Laurent Navet > >

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Greg Kroah-Hartman
On Tue, Dec 04, 2012 at 10:22:12PM +0100, Markus Grabner wrote: > Am Montag, 3. Dezember 2012, 17:34:07 schrieb Stefan Hajnoczi: > > On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet > wrote: > > > staging: line6: driver.c > > > > > > The semantic patch that makes this output is available > > >

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Markus Grabner
Am Montag, 3. Dezember 2012, 17:34:07 schrieb Stefan Hajnoczi: > On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet wrote: > > staging: line6: driver.c > > > > The semantic patch that makes this output is available > > in scripts/coccinelle/api/memdup.cocci. > > > > Signed-off-by: Laurent Navet

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Markus Grabner
Am Montag, 3. Dezember 2012, 17:34:07 schrieb Stefan Hajnoczi: On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet laurent.na...@gmail.com wrote: staging: line6: driver.c The semantic patch that makes this output is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by:

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Greg Kroah-Hartman
On Tue, Dec 04, 2012 at 10:22:12PM +0100, Markus Grabner wrote: Am Montag, 3. Dezember 2012, 17:34:07 schrieb Stefan Hajnoczi: On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet laurent.na...@gmail.com wrote: staging: line6: driver.c The semantic patch that makes this output is

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Dan Carpenter
On Mon, Dec 03, 2012 at 05:34:07PM +0100, Stefan Hajnoczi wrote: On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet laurent.na...@gmail.com wrote: staging: line6: driver.c The semantic patch that makes this output is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Laurent

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-03 Thread Stefan Hajnoczi
On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet wrote: > staging: line6: driver.c > The semantic patch that makes this output is available > in scripts/coccinelle/api/memdup.cocci. > > Signed-off-by: Laurent Navet > --- > drivers/staging/line6/driver.c |5 ++--- > 1 file changed, 2

[PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-03 Thread Laurent Navet
staging: line6: driver.c The semantic patch that makes this output is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Laurent Navet --- drivers/staging/line6/driver.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/line6/driver.c

[PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-03 Thread Laurent Navet
staging: line6: driver.c The semantic patch that makes this output is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Laurent Navet laurent.na...@gmail.com --- drivers/staging/line6/driver.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-03 Thread Stefan Hajnoczi
On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet laurent.na...@gmail.com wrote: staging: line6: driver.c The semantic patch that makes this output is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Laurent Navet laurent.na...@gmail.com --- drivers/staging/line6/driver.c |