Patrick Rudolph has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85558?usp=email )
(
5 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: soc/intel/xeon_sp/acpi: Convert spaces to tabs ......................................................................
soc/intel/xeon_sp/acpi: Convert spaces to tabs
Cosmetic change only: Convert spaces to tabs.
Change-Id: I0361b93bea44bb85477a3323198da612234397e8 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85558 Reviewed-by: Shuo Liu shuo.liu@intel.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/xeon_sp/acpi/iiostack.asl 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: Shuo Liu: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/intel/xeon_sp/acpi/iiostack.asl b/src/soc/intel/xeon_sp/acpi/iiostack.asl index c943dd5..c259746 100644 --- a/src/soc/intel/xeon_sp/acpi/iiostack.asl +++ b/src/soc/intel/xeon_sp/acpi/iiostack.asl @@ -70,10 +70,10 @@ #define IsCxlDomain Arg5 #define GrantedCxlFeatures Arg6
- Local7 = OscArg3 - CreateDWordField (OscArg3, Zero, RETE) - RETE = 0x0 - Local6 = ASL_UUID_UNHANDLED + Local7 = OscArg3 + CreateDWordField (OscArg3, Zero, RETE) + RETE = 0x0 + Local6 = ASL_UUID_UNHANDLED
If ((OscArg1 != 0x01)) { @@ -116,7 +116,7 @@
CTRC &= GrantedCxlFeatures
- /* TODO: further suppress CTRC bits per SUPC caps */ + /* TODO: further suppress CTRC bits per SUPC caps */
If ((CTRC != OTRC)) {