From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeremy Kerr To: Milton Miller Subject: Re: [PATCH] spufs: correct kcalloc usage Date: Fri, 11 Jul 2008 09:04:13 +1000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Message-Id: <200807110904.14429.jk@ozlabs.org> Cc: linuxppc-dev@ozlabs.org, Andrew Morton , cbe-oss-dev@ozlabs.org, Arnd Bergmann , linux-kernel@vger.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Milton, > kcalloc is supposed to be called with the count as its first argument > and the element size as the second. Thanks, applied. Cheers, Jeremy