From patchwork Fri Oct 14 07:41:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Robert Wang X-Patchwork-Id: 119717 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id ADDB4B6F9A for ; Fri, 14 Oct 2011 18:43:45 +1100 (EST) Received: from localhost ([::1]:43022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REcQg-0003Z5-IG for incoming@patchwork.ozlabs.org; Fri, 14 Oct 2011 03:43:42 -0400 Received: from eggs.gnu.org ([140.186.70.92]:40290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REcQa-0003Yp-RA for qemu-devel@nongnu.org; Fri, 14 Oct 2011 03:43:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REcQZ-00067C-Ug for qemu-devel@nongnu.org; Fri, 14 Oct 2011 03:43:36 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:48542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REcQZ-00066r-98 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 03:43:35 -0400 Received: from /spool/local by in.ibm.com with XMail ESMTP for from ; Fri, 14 Oct 2011 13:13:28 +0530 Received: from d28relay03.in.ibm.com ([9.184.220.60]) by in.ibm.com ([192.168.1.139]) with XMail ESMTP; Fri, 14 Oct 2011 13:13:26 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9E7g9Cj3469562 for ; Fri, 14 Oct 2011 13:12:09 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9E7g8re009025 for ; Fri, 14 Oct 2011 13:12:09 +0530 Received: from wdongxu-T410.cn.ibm.com ([9.115.118.28]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p9E7g6X0006975; Fri, 14 Oct 2011 13:12:07 +0530 From: Dong Xu Wang To: qemu-devel@nongnu.org Date: Fri, 14 Oct 2011 15:41:06 +0800 Message-Id: <1318578066-18379-1-git-send-email-wdongxu@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.5.4 x-cbid: 11101407-2674-0000-0000-000000D7E6B8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 122.248.162.9 Cc: Dong Xu Wang Subject: [Qemu-devel] [PATCH] correct spelling X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Dong Xu Wang Reviewed-by: Andreas Färber --- 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 */ #define VDI_SPACE_SHIFT 32