From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50096 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIOHN-0003uJ-Hi for qemu-devel@nongnu.org; Sat, 29 May 2010 11:48:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OII9m-0006E9-TI for qemu-devel@nongnu.org; Sat, 29 May 2010 05:16:39 -0400 Received: from verein.lst.de ([213.95.11.210]:40679) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OII9m-0006Au-Jl for qemu-devel@nongnu.org; Sat, 29 May 2010 05:16:38 -0400 Date: Sat, 29 May 2010 11:16:29 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] qemu-io: Fix error messages Message-ID: <20100529091629.GA17581@lst.de> References: <1275070504-8690-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1275070504-8690-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Fri, May 28, 2010 at 08:15:04PM +0200, Kevin Wolf wrote: > The truncate and getlength commands passed a negative error number to strerror. > They also happen to be the two functions that are lacking a newline at the end > of their error message. > > Signed-off-by: Kevin Wolf Ok, Reviewed-by: Christoph Hellwig