From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WxM-0006WA-EJ for qemu-devel@nongnu.org; Tue, 08 Jul 2014 11:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4WxG-0007hz-II for qemu-devel@nongnu.org; Tue, 08 Jul 2014 11:05:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34532 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WxG-0007hp-By for qemu-devel@nongnu.org; Tue, 08 Jul 2014 11:05:14 -0400 Message-ID: <53BC08A9.3040903@suse.de> Date: Tue, 08 Jul 2014 17:05:13 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404831746-12821-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1404831746-12821-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/ppc/spapr_hcall.c: Fix typo in function names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Alexey Kardashevskiy On 08.07.14 17:02, Peter Maydell wrote: > Fix a typo in the names of a couple of functions > (s/resouce/resource/). > > Signed-off-by: Peter Maydell Thanks, applied to ppc-next-2.2. Alex