Re: [patch-next] crypto: testmgr - use kmemdup

2019-02-07 Thread Herbert Xu
On Mon, Jan 28, 2019 at 07:01:18PM -0500, Christopher Diaz Riveros wrote: > Fixes coccinnelle alerts: > > /crypto/testmgr.c:2112:13-20: WARNING opportunity for kmemdup > /crypto/testmgr.c:2130:13-20: WARNING opportunity for kmemdup > /crypto/testmgr.c:2152:9-16: WARNING opportunity for kmemdup >

[patch-next] crypto: testmgr - use kmemdup

2019-01-28 Thread Christopher Diaz Riveros
Fixes coccinnelle alerts: /crypto/testmgr.c:2112:13-20: WARNING opportunity for kmemdup /crypto/testmgr.c:2130:13-20: WARNING opportunity for kmemdup /crypto/testmgr.c:2152:9-16: WARNING opportunity for kmemdup Signed-off-by: Christopher Diaz Riveros --- crypto/testmgr.c | 9 +++-- 1 file