From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Wed, 19 Apr 2017 18:31:29 +0000 Subject: Re: [PATCH 1/6] clk: hisilicon: Use kcalloc() in hisi_clk_init() Message-Id: <20170419183129.GQ7065@codeaurora.org> List-Id: References: <7a649967-8ff1-8682-2f87-43871172fc28@users.sourceforge.net> <26e4342d-2292-adbf-5eb1-9ee172685498@users.sourceforge.net> In-Reply-To: <26e4342d-2292-adbf-5eb1-9ee172685498@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: linux-clk@vger.kernel.org, Jiancheng Xue , Michael Turquette , LKML , kernel-janitors@vger.kernel.org On 04/18, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 18 Apr 2017 09:25:47 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding function "kcalloc". > > This issue was detected by using the Coccinelle software. > > * Replace the specification of a data type by a pointer dereference > to make the corresponding size determination a bit safer according to > the Linux coding style convention. > > Signed-off-by: Markus Elfring > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project