From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwSGa-0000KV-3z for qemu-devel@nongnu.org; Thu, 04 Dec 2014 04:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwSGU-0005qz-0g for qemu-devel@nongnu.org; Thu, 04 Dec 2014 04:00:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwSGT-0005qv-PV for qemu-devel@nongnu.org; Thu, 04 Dec 2014 03:59:57 -0500 Message-ID: <5480228A.8070409@redhat.com> Date: Thu, 04 Dec 2014 09:59:54 +0100 From: Max Reitz MIME-Version: 1.0 References: <1417649314-13704-1-git-send-email-famz@redhat.com> <1417649314-13704-3-git-send-email-famz@redhat.com> In-Reply-To: <1417649314-13704-3-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 2/6] vmdk: Fix comment to match code of extent lines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Don Koch , Markus Armbruster , Stefan Hajnoczi On 2014-12-04 at 00:28, Fam Zheng wrote: > commit 04d542c8b (vmdk: support vmfs files) added support of VMFS extent > type but the comment above the changed code is left out. Update the > comment so they are consistent. > > Signed-off-by: Fam Zheng > --- > block/vmdk.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Max Reitz