From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755397AbaIDVHw (ORCPT ); Thu, 4 Sep 2014 17:07:52 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:56078 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbaIDVHv (ORCPT ); Thu, 4 Sep 2014 17:07:51 -0400 Message-ID: <5408D4A5.5040103@codeaurora.org> Date: Thu, 04 Sep 2014 14:07:49 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Anand Moon , rjw@rjwysocki.net, viresh.kumar@linaro.org CC: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq_opp: Fixed the order of argument for kcalloc. References: <1408180966-15493-1-git-send-email-moon.linux@yahoo.com> In-Reply-To: <1408180966-15493-1-git-send-email-moon.linux@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/16/14 02:22, Anand Moon wrote: > These changes fix the argument to the kcalloc > @n: number of elements. > @size: element size. > @flags: the type of memory to allocate (see kmalloc). > > void *kcalloc(size_t n, size_t size, gfp_t flags) > > Signed-off-by: Anand Moon > --- Oops. Reviewed-by: Stephen Boyd Can this be picked up? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation