From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969006AbdDSSbr (ORCPT ); Wed, 19 Apr 2017 14:31:47 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:35994 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968713AbdDSSbl (ORCPT ); Wed, 19 Apr 2017 14:31:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C49FF60F2F 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:39 -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 4/6] clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init() Message-ID: <20170419183139.GT7065@codeaurora.org> References: <7a649967-8ff1-8682-2f87-43871172fc28@users.sourceforge.net> <9c35e91c-36c6-f33e-a283-4304ad118a22@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9c35e91c-36c6-f33e-a283-4304ad118a22@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 10:30:04 +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