Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58581 )
Change subject: include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700D ......................................................................
include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700D
The definitions isn't used in either spelling.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Id6faea2b9c89f0bd3c164a6dc76fac5ea712d313 --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/58581/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index be4ce76..6723b98 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -632,7 +632,7 @@ #define PCI_DEVICE_ID_AMD_FE_GATE_7006 0x7006 #define PCI_DEVICE_ID_AMD_FE_GATE_7007 0x7007 #define PCI_DEVICE_ID_AMD_FE_GATE_700C 0x700C -#define PCI_DEVIDE_ID_AMD_FE_GATE_700D 0x700D +#define PCI_DEVICE_ID_AMD_FE_GATE_700D 0x700D #define PCI_DEVICE_ID_AMD_FE_GATE_700E 0x700E #define PCI_DEVICE_ID_AMD_FE_GATE_700F 0x700F #define PCI_DEVICE_ID_AMD_COBRA_7400 0x7400