From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.3858.1578058943054995587 for ; Fri, 03 Jan 2020 05:42:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=BKQIBfId; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578058942; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1ipZSaKb4Wy/EtNs9jR3b8S+MKDkdP0Z6mUK4DlGE8c=; b=BKQIBfIdXCn9CHLt+toS8pSR4MqLsNHvWGltkrx7NKYsDqmbhHzuYUQcVkwkFMuxs+icty LNEBvB3FqmzPA1zNX4Aj82MSFPqXn/MJoYrxGza3ouLy72cnv2OwiCGZBx/S4ZC+/qmldG 3aP9LpPhhoswI0wgHmZ/rl7X4OcpHf0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-209-vzOnF3SLNg2XdsYWh2IpTg-1; Fri, 03 Jan 2020 08:42:21 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8BC56800EBF; Fri, 3 Jan 2020 13:42:19 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-245.ams2.redhat.com [10.36.116.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2D13C7D960; Fri, 3 Jan 2020 13:42:14 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 60/78] OvmfPkg/Xen: Fix various typos To: devel@edk2.groups.io, philmd@redhat.com Cc: Antoine Coeur , Jordan Justen , Ard Biesheuvel , Anthony Perard , Julien Grall References: <20200103090812.10592-1-philmd@redhat.com> <20200103090812.10592-61-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 3 Jan 2020 14:42:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200103090812.10592-61-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: vzOnF3SLNg2XdsYWh2IpTg-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/03/20 10:07, Philippe Mathieu-Daud=C3=A9 wrote: > From: Antoine Coeur >=20 > Fix various typos in comments and documentation. >=20 > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Anthony Perard > Cc: Julien Grall > Signed-off-by: Antoine Coeur > Reviewed-by: Philippe Mathieu-Daude > Signed-off-by: Philippe Mathieu-Daude > --- > OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h | 2 +- > OvmfPkg/Include/IndustryStandard/Xen/grant_table.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h | 2 +- > OvmfPkg/Include/Protocol/XenBus.h | 4 ++-- > OvmfPkg/Include/Protocol/XenIo.h | 2 +- > OvmfPkg/XenBusDxe/DriverBinding.h | 2 +- > OvmfPkg/XenBusDxe/EventChannel.h | 2 +- > OvmfPkg/XenBusDxe/GrantTable.h | 2 +- > OvmfPkg/XenPvBlkDxe/BlockIo.h | 6 +++--- > OvmfPkg/XenPvBlkDxe/DriverBinding.h | 2 +- > OvmfPkg/Library/PciHostBridgeLib/XenSupport.c | 4 ++-- > .../XenConsoleSerialPortLib/XenConsoleSerialPortLib.c | 6 +++--- > OvmfPkg/XenBusDxe/XenBus.c | 2 +- > OvmfPkg/XenBusDxe/XenBusDxe.c | 6 +++--- > OvmfPkg/XenBusDxe/XenStore.c | 4 ++-- > OvmfPkg/XenPvBlkDxe/BlockFront.c | 2 +- > OvmfPkg/XenPvBlkDxe/BlockIo.c | 8 ++++---- > OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c | 2 +- > 18 files changed, 31 insertions(+), 31 deletions(-) So the S-o-b issue pointed out by Anthony for v1 of this patch appears to have been fixed. So, again, once Anthony is happy with this patch, I'll ACK too. Thanks! Laszlo