From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 19 Sep 2019 23:13:41 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EEDBF796ED; Fri, 20 Sep 2019 06:13:39 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-165.rdu2.redhat.com [10.10.120.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id 692E319C5B; Fri, 20 Sep 2019 06:13:37 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 6/7] OvmfPkg: strip trailing whitespace To: devel@edk2.groups.io, leif.lindholm@linaro.org Cc: Jordan Justen , Ard Biesheuvel , Anthony Perard , Julien Grall , David Woodhouse References: <20190919180625.29150-1-leif.lindholm@linaro.org> <20190919180625.29150-7-leif.lindholm@linaro.org> From: "Laszlo Ersek" Message-ID: Date: Fri, 20 Sep 2019 08:13:36 +0200 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: <20190919180625.29150-7-leif.lindholm@linaro.org> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 20 Sep 2019 06:13:40 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/19/19 20:06, Leif Lindholm wrote: > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Anthony Perard > Cc: Julien Grall > Cc: David Woodhouse > Signed-off-by: Leif Lindholm > --- > OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c | 4 ++-- > OvmfPkg/AcpiPlatformDxe/Xen.c | 8 ++++---- > OvmfPkg/AcpiTables/Facs.aslc | 6 +++--- > OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiVfr.Vfr | 18 +++++++++--------- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_32.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_64.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/hvm/params.h | 2 +- > OvmfPkg/Include/IndustryStandard/Xen/io/protocols.h | 2 +- > OvmfPkg/Include/IndustryStandard/Xen/io/ring.h | 34 +++++++++++++++++----------------- > OvmfPkg/Include/IndustryStandard/Xen/memory.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/xen-compat.h | 4 ++-- > OvmfPkg/Include/IndustryStandard/Xen/xen.h | 10 +++++----- > OvmfPkg/Include/Register/QemuSmramSaveStateMap.h | 2 +- > OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c | 12 ++++++------ > OvmfPkg/Library/LockBoxLib/LockBoxDxe.c | 2 +- > OvmfPkg/Library/LockBoxLib/LockBoxLib.c | 2 +- > OvmfPkg/Library/LockBoxLib/LockBoxLib.h | 2 +- > OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.c | 4 ++-- > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c | 2 +- > OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c | 2 +- > OvmfPkg/PlatformPei/Xen.c | 2 +- > OvmfPkg/SataControllerDxe/ComponentName.c | 6 +++--- > OvmfPkg/SataControllerDxe/SataController.c | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------- > OvmfPkg/SataControllerDxe/SataController.h | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------- (did you forget --stat-graph-width=20?) > OvmfPkg/SataControllerDxe/SataControllerDxe.inf | 6 +++--- > OvmfPkg/Sec/SecMain.c | 34 +++++++++++++++++----------------- > 27 files changed, 301 insertions(+), 301 deletions(-) I've checked this patch with "git show -b" (--> nothing) and "git show --word-diff" (--> output consists purely of context). Reviewed-by: Laszlo Ersek Thanks Laszlo