From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiU4-0001Lx-OD for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REiU1-0008QK-G6 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:36 -0400 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:45440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiU1-0008Pv-8t for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:33 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p9EEBW8T022263 for ; Fri, 14 Oct 2011 14:11:32 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9EEBW8l2187448 for ; Fri, 14 Oct 2011 15:11:32 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9EEBV7e017623 for ; Fri, 14 Oct 2011 08:11:31 -0600 From: Stefan Hajnoczi Date: Fri, 14 Oct 2011 15:11:26 +0100 Message-Id: <1318601487-32419-7-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 6/7] sheepdog: correct spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Dong Xu Wang , Stefan Hajnoczi From: Dong Xu Wang Reviewed-by: Andreas F=C3=A4rber Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- block/sheepdog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/sheepdog.c b/block/sheepdog.c index c1f6e07..ae857e2 100644 --- a/block/sheepdog.c +++ b/block/sheepdog.c @@ -66,7 +66,7 @@ * 20 - 31 (12 bits): reserved data object space * 32 - 55 (24 bits): vdi object space * 56 - 59 ( 4 bits): reserved vdi object space - * 60 - 63 ( 4 bits): object type indentifier space + * 60 - 63 ( 4 bits): object type identifier space */ =20 #define VDI_SPACE_SHIFT 32 --=20 1.7.6.3