From bda27cd336a784d6ac55b2eb8af2635b26545fc4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 27 Jun 2020 07:17:16 +0200 Subject: src: Remove whitespaces before tabs Change-Id: I73695152ec8d8ab2dabf8421ef2405f70de0f4ba Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/42795 Reviewed-by: Angel Pons Reviewed-by: Frans Hendriks Tested-by: build bot (Jenkins) --- src/soc/intel/tigerlake/acpi/tcss_dma.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/tigerlake') diff --git a/src/soc/intel/tigerlake/acpi/tcss_dma.asl b/src/soc/intel/tigerlake/acpi/tcss_dma.asl index 8eab92f22e..3d44d925df 100644 --- a/src/soc/intel/tigerlake/acpi/tcss_dma.asl +++ b/src/soc/intel/tigerlake/acpi/tcss_dma.asl @@ -56,7 +56,7 @@ Method (_PR3) */ Method (D3CX, 0, Serialized) { - DD3E = 0 /* Disable DMA RTD3 */ + DD3E = 0 /* Disable DMA RTD3 */ STAT = 0x1 } @@ -65,7 +65,7 @@ Method (D3CX, 0, Serialized) */ Method (D3CE, 0, Serialized) { - DD3E = 1 /* Enable DMA RTD3 */ + DD3E = 1 /* Enable DMA RTD3 */ STAT = 0 } -- cgit v1.2.3