From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LojKp-0003uZ-9v for qemu-devel@nongnu.org; Tue, 31 Mar 2009 15:09:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LojKl-0003uN-0J for qemu-devel@nongnu.org; Tue, 31 Mar 2009 15:09:18 -0400 Received: from [199.232.76.173] (port=46641 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LojKk-0003uK-RP for qemu-devel@nongnu.org; Tue, 31 Mar 2009 15:09:14 -0400 Received: from verein.lst.de ([213.95.11.210]:58736) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LojKk-0007H6-B3 for qemu-devel@nongnu.org; Tue, 31 Mar 2009 15:09:14 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id n2VJ9AIF009497 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 31 Mar 2009 21:09:11 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id n2VJ9Ajo009494 for qemu-devel@nongnu.org; Tue, 31 Mar 2009 21:09:10 +0200 Date: Tue, 31 Mar 2009 21:09:10 +0200 From: Christoph Hellwig Message-ID: <20090331190910.GA9353@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] fix comment in virtio-blk.h 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 Signed-off-by: Christoph Hellwig Index: qemu/hw/virtio-blk.h =================================================================== --- qemu.orig/hw/virtio-blk.h 2009-03-31 21:07:20.245130677 +0200 +++ qemu/hw/virtio-blk.h 2009-03-31 21:07:31.004008986 +0200 @@ -64,7 +64,7 @@ struct virtio_blk_outhdr #define VIRTIO_BLK_S_IOERR 1 #define VIRTIO_BLK_S_UNSUPP 2 -/* This is the first element of the write scatter-gather list */ +/* This is the last element of the write scatter-gather list */ struct virtio_blk_inhdr { unsigned char status;