From ad8d0eff746bf2612b1f043cee43b6f1dcd408aa Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 29 Jul 2024 17:23:41 +0200 Subject: device/path: rename domain path struct element to 'domain_id' Rename the 'domain' element of the 'domain_path' struct to 'domain_id' to clarify that this element is the domain ID. Signed-off-by: Felix Held Suggested-by: Martin Roth Change-Id: I3995deb83a669699434f0073aed0e12b688bf6e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83677 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Shuo Liu --- src/include/device/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/device/path.h b/src/include/device/path.h index f8c43901c5..d8ef88033b 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -53,7 +53,7 @@ enum device_path_type { } struct domain_path { - unsigned int domain; + unsigned int domain_id; }; struct pci_path { -- cgit v1.2.3