From d0e2155a59e1dec08d15d02d7eba30980b902493 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 2 Feb 2023 08:32:17 +0100 Subject: treewide: Remove unuseful "_ADR: Address" comment Change-Id: Ib968fe7f9f95e8f690b46b868fd7d6f9332b4c9a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72664 Reviewed-by: Sridhar Siricilla Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/intel/strago/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel') diff --git a/src/mainboard/intel/strago/dsdt.asl b/src/mainboard/intel/strago/dsdt.asl index 8efc4db356c1..a84ac20edacc 100644 --- a/src/mainboard/intel/strago/dsdt.asl +++ b/src/mainboard/intel/strago/dsdt.asl @@ -30,7 +30,7 @@ DefinitionBlock( { Device (RP03) { - Name (_ADR, 0x001C0002) // _ADR: Address + Name (_ADR, 0x001C0002) OperationRegion(RPXX, PCI_Config, 0x00, 0x10) /* Wifi Device */ -- cgit v1.2.3