From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968985AbdDSSbj (ORCPT ); Wed, 19 Apr 2017 14:31:39 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:35630 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968713AbdDSSbc (ORCPT ); Wed, 19 Apr 2017 14:31:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8399C60F2F Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 19 Apr 2017 11:31:29 -0700 From: Stephen Boyd To: SF Markus Elfring Cc: linux-clk@vger.kernel.org, Jiancheng Xue , Michael Turquette , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 1/6] clk: hisilicon: Use kcalloc() in hisi_clk_init() Message-ID: <20170419183129.GQ7065@codeaurora.org> References: <7a649967-8ff1-8682-2f87-43871172fc28@users.sourceforge.net> <26e4342d-2292-adbf-5eb1-9ee172685498@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26e4342d-2292-adbf-5eb1-9ee172685498@users.sourceforge.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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