Re: [PATCH] crypto: fix memdup.cocci warnings

2018-02-22 Thread Herbert Xu
On Fri, Feb 16, 2018 at 12:40:13AM +0800, kbuild test robot wrote: > From: Fengguang Wu > > drivers/crypto/ccree/cc_cipher.c:629:15-22: WARNING opportunity for kmemdep > > Use kmemdup rather than duplicating its implementation > > Generated by:

[PATCH] crypto: fix memdup.cocci warnings

2018-02-15 Thread kbuild test robot
From: Fengguang Wu drivers/crypto/ccree/cc_cipher.c:629:15-22: WARNING opportunity for kmemdep Use kmemdup rather than duplicating its implementation Generated by: scripts/coccinelle/api/memdup.cocci Fixes: 63ee04c8b491 ("crypto: ccree - add skcipher support") CC: