[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210106060013.GM2771@vkoul-mobl>
Date: Wed, 6 Jan 2021 11:30:13 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Zheng Yongjun <zhengyongjun3@...wei.com>
Cc: linux-kernel@...r.kernel.org, yung-chuan.liao@...ux.intel.com,
pierre-louis.bossart@...ux.intel.com, sanyog.r.kale@...el.com
Subject: Re: [PATCH -next] soundwire: intel: Use kzalloc for allocating only
one thing
On 29-12-20, 21:50, Zheng Yongjun wrote:
> Use kzalloc rather than kcalloc(1,...)
>
> The semantic patch that makes this change is as follows:
> (http://coccinelle.lip6.fr/)
>
> // <smpl>
> @@
> @@
>
> - kcalloc(1,
> + kzalloc(
> ...)
> // </smpl>
Applied, thanks
--
~Vinod
Powered by blists - more mailing lists