pci: fix several trivial typos in comment
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
310e91f7d0
commit
98a2f30a1b
@ -137,7 +137,7 @@ enum {
|
|||||||
#define PCI_CONFIG_HEADER_SIZE 0x40
|
#define PCI_CONFIG_HEADER_SIZE 0x40
|
||||||
/* Size of the standard PCI config space */
|
/* Size of the standard PCI config space */
|
||||||
#define PCI_CONFIG_SPACE_SIZE 0x100
|
#define PCI_CONFIG_SPACE_SIZE 0x100
|
||||||
/* Size of the standart PCIe config space: 4KB */
|
/* Size of the standard PCIe config space: 4KB */
|
||||||
#define PCIE_CONFIG_SPACE_SIZE 0x1000
|
#define PCIE_CONFIG_SPACE_SIZE 0x1000
|
||||||
|
|
||||||
#define PCI_NUM_PINS 4 /* A-D */
|
#define PCI_NUM_PINS 4 /* A-D */
|
||||||
|
@ -51,7 +51,7 @@ struct PCIEAERLog {
|
|||||||
PCIEAERErr *log;
|
PCIEAERErr *log;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* aer error message: error signaling message has only error sevirity and
|
/* aer error message: error signaling message has only error severity and
|
||||||
source id. See 2.2.8.3 error signaling messages */
|
source id. See 2.2.8.3 error signaling messages */
|
||||||
struct PCIEAERMsg {
|
struct PCIEAERMsg {
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user