On Wed, Oct 13, 2021 at 03:01:28AM -0400, Wan Jiabing wrote: > Fix following coccicheck warning: > ./drivers/staging/r8188eu/os_dep/ioctl_linux.c:422:10-17: > WARNING: kzalloc should be used for pwep, instead of kmalloc/memset > > Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx> > --- > drivers/staging/r8188eu/os_dep/ioctl_linux.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Someone just sent this same patch before you did, sorry: https://lore.kernel.org/r/20211012024624.GA1062447@embeddedor