diff options
Diffstat (limited to 'drivers/pci/pcie/portdrv.h')
-rw-r--r-- | drivers/pci/pcie/portdrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/portdrv.h b/drivers/pci/pcie/portdrv.h index d2eb80aab569..d525548404d6 100644 --- a/drivers/pci/pcie/portdrv.h +++ b/drivers/pci/pcie/portdrv.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #define PCIE_PORT_DEVICE_MAXSERVICES 4 | 14 | #define PCIE_PORT_DEVICE_MAXSERVICES 4 |
15 | /* | 15 | /* |
16 | * According to the PCI Express Base Specification 2.0, the indices of | 16 | * According to the PCI Express Base Specification 2.0, the indices of |
17 | * the MSI-X table entires used by port services must not exceed 31 | 17 | * the MSI-X table entries used by port services must not exceed 31 |
18 | */ | 18 | */ |
19 | #define PCIE_PORT_MAX_MSIX_ENTRIES 32 | 19 | #define PCIE_PORT_MAX_MSIX_ENTRIES 32 |
20 | 20 | ||