From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web09.2274.1575407205616572989 for ; Tue, 03 Dec 2019 13:06:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Zaym1aPq; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575407204; 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=yBuqYhRWB5kLMzgnSTD/w/fJTrauekZ/KDTM/yW34B0=; b=Zaym1aPqal4i/yRPSUQDIShHfYgJsCqjr3kmYGd+uCDe+GkgWCmuxLN2TtI9av2KTzRq8k 3yNsMLArJV1CY6Fe6YR2H57xoX14c8Spy+KUHEGzQqDMvSzAwuCCyjTK9+TFRvzpELg1TH nExwA60BGHhdvPUTvxLgpvyucbqmMoM= 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-290-At9N7iyTNWOXqWXu31DXqg-1; Tue, 03 Dec 2019 16:06:43 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4C16B1005509; Tue, 3 Dec 2019 21:06:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-183.ams2.redhat.com [10.36.117.183]) by smtp.corp.redhat.com (Postfix) with ESMTP id 396DE5DA2C; Tue, 3 Dec 2019 21:06:38 +0000 (UTC) Subject: Re: [PATCH 61/79] OvmfPkg/Xen: Fix various typos To: Anthony PERARD , Philippe Mathieu-Daude Cc: devel@edk2.groups.io, Antoine Coeur , Jordan Justen , Ard Biesheuvel , Julien Grall References: <20191203161602.15969-1-philmd@redhat.com> <20191203161602.15969-62-philmd@redhat.com> <20191203165643.GG1155@perard.uk.xensource.com> From: "Laszlo Ersek" Message-ID: <428f71db-8425-65d7-731d-fb7c4f362106@redhat.com> Date: Tue, 3 Dec 2019 22:06:37 +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: <20191203165643.GG1155@perard.uk.xensource.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: At9N7iyTNWOXqWXu31DXqg-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 12/03/19 17:56, Anthony PERARD wrote: > On Tue, Dec 03, 2019 at 05:15:44PM +0100, Philippe Mathieu-Daude wrote: >> From: Antoine Coeur >> >> Fix various typos in comments and documentation. >> >> Cc: Jordan Justen >> Cc: Laszlo Ersek >> Cc: Ard Biesheuvel >> Cc: Anthony Perard >> Cc: Julien Grall >> Reviewed-by: Philippe Mathieu-Daude >> Signed-off-by: Philippe Mathieu-Daude > > There's seems to be missing SoB from Antoine. Could that be added? > > I might try to send the part of this patch that modify the Xen public > headers upstream (the headers in IndustryStandard/Xen). > > Otherwise, the patch looks fine. I'll give an A-b here later, conditional on Anthony's R-b or A-b. Thanks Laszlo