From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1043435AbdDVCtp (ORCPT ); Fri, 21 Apr 2017 22:49:45 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36650 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1043403AbdDVCti (ORCPT ); Fri, 21 Apr 2017 22:49:38 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org D5B85611AB 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: Fri, 21 Apr 2017 19:49:36 -0700 From: Stephen Boyd To: SF Markus Elfring Cc: linux-clk@vger.kernel.org, Michael Turquette , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 3/5] clk: mvebu: Use kcalloc() in two functions Message-ID: <20170422024936.GR7065@codeaurora.org> References: <8af5ccb0-f7c1-297c-2661-8ced61302c37@users.sourceforge.net> <6d6837ee-ea98-00cc-faea-cfa2a556109b@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d6837ee-ea98-00cc-faea-cfa2a556109b@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/19, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 19 Apr 2017 21:08:54 +0200 > > * Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function "kcalloc". > > This issue was detected by using the Coccinelle software. > > * Replace the specification of data types by pointer dereferences > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Sat, 22 Apr 2017 02:49:36 +0000 Subject: Re: [PATCH 3/5] clk: mvebu: Use kcalloc() in two functions Message-Id: <20170422024936.GR7065@codeaurora.org> List-Id: References: <8af5ccb0-f7c1-297c-2661-8ced61302c37@users.sourceforge.net> <6d6837ee-ea98-00cc-faea-cfa2a556109b@users.sourceforge.net> In-Reply-To: <6d6837ee-ea98-00cc-faea-cfa2a556109b@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, Michael Turquette , LKML , kernel-janitors@vger.kernel.org On 04/19, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 19 Apr 2017 21:08:54 +0200 > > * Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function "kcalloc". > > This issue was detected by using the Coccinelle software. > > * Replace the specification of data types by pointer dereferences > 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