From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7qga-0008GC-8V for qemu-devel@nongnu.org; Wed, 14 Mar 2012 12:04:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7qgG-0002hq-Kd for qemu-devel@nongnu.org; Wed, 14 Mar 2012 12:04:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7qgG-0002h6-Cd for qemu-devel@nongnu.org; Wed, 14 Mar 2012 12:04:04 -0400 Message-ID: <4F60C161.50505@redhat.com> Date: Wed, 14 Mar 2012 17:03:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1331740626-5053-1-git-send-email-stefanha@linux.vnet.ibm.com> <1331740626-5053-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331740626-5053-2-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/3] qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org Il 14/03/2012 16:57, Stefan Hajnoczi ha scritto: > Fix a typo in the description for QERR_PROPERTY_VALUE_OUT_OF_RANGE where > "'" was used instead of ")". > > Signed-off-by: Stefan Hajnoczi > --- > qerror.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/qerror.c b/qerror.c > index f55d435..ecc5259 100644 > --- a/qerror.c > +++ b/qerror.c > @@ -235,7 +235,7 @@ static const QErrorStringTable qerror_table[] = { > { > .error_fmt = QERR_PROPERTY_VALUE_OUT_OF_RANGE, > .desc = "Property '%(device).%(property)' doesn't take " > - "value %(value) (minimum: %(min), maximum: %(max)'", > + "value %(value) (minimum: %(min), maximum: %(max))", > }, > { > .error_fmt = QERR_QGA_COMMAND_FAILED, Reviewed-by: Paolo Bonzini