Re: [PATCH 5/6] zd1201: use kzalloc

From: Kalle Valo
Date: Wed Mar 16 2022 - 11:29:14 EST


Julia Lawall <Julia.Lawall@xxxxxxxx> wrote:

> Use kzalloc instead of kmalloc + memset.
>
> The semantic patch that makes this change is:
> (https://coccinelle.gitlabpages.inria.fr/website/)
>
> //<smpl>
> @@
> expression res, size, flag;
> @@
> - res = kmalloc(size, flag);
> + res = kzalloc(size, flag);
> ...
> - memset(res, 0, size);
> //</smpl>
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>

Patch applied to wireless-next.git, thanks.

3c0e3ca6028b zd1201: use kzalloc

--
https://patchwork.kernel.org/project/linux-wireless/patch/20220312102705.71413-6-Julia.Lawall@xxxxxxxx/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches