From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlS5m-0000RO-8r for qemu-devel@nongnu.org; Thu, 02 Oct 2008 13:35:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlS5k-0000R1-3C for qemu-devel@nongnu.org; Thu, 02 Oct 2008 13:35:57 -0400 Received: from [199.232.76.173] (port=53909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlS5j-0000Qu-V0 for qemu-devel@nongnu.org; Thu, 02 Oct 2008 13:35:55 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:57962) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlS5j-0008Pr-Jd for qemu-devel@nongnu.org; Thu, 02 Oct 2008 13:35:55 -0400 Received: from lagash (port-212-202-236-178.static.qsc.de [212.202.236.178]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by relay01.mx.bawue.net (Postfix) with ESMTP id B930048916 for ; Thu, 2 Oct 2008 19:35:53 +0200 (CEST) Received: from ths by lagash with local (Exim 4.69) (envelope-from ) id 1KlS5g-00014B-N7 for qemu-devel@nongnu.org; Thu, 02 Oct 2008 19:35:52 +0200 Date: Thu, 2 Oct 2008 19:35:52 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] Add missing parenthesis in qemu_ram_alloc() Message-ID: <20081002173552.GA13440@networkno.de> References: <20081002113249.09b35ae3@surf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081002113249.09b35ae3@surf> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Thomas Petazzoni wrote: > Add missing parenthesis in qemu_ram_alloc() > > Signed-off-by: Thomas Petazzoni Thanks, applied. Thiemo