From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvQDC-0007la-WC for qemu-devel@nongnu.org; Thu, 09 Feb 2012 04:22:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvQD5-0007lZ-5R for qemu-devel@nongnu.org; Thu, 09 Feb 2012 04:22:42 -0500 Date: Thu, 9 Feb 2012 08:45:10 +0000 From: Stefan Hajnoczi Message-ID: <20120209084510.GD30956@stefanha-thinkpad.localdomain> References: <1328648247-30117-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1328648247-30117-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] vl.c: Fix typo in variable name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Tue, Feb 07, 2012 at 08:57:27PM +0000, Peter Maydell wrote: > Fix a typo in a local variable name. > > Signed-off-by: Peter Maydell > --- > vl.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan