mirror of
https://github.com/qemu/qemu.git
synced 2024-11-29 23:03:41 +08:00
s390x/pci: remove whitespace
Fix indentation of PciCfgSccb struct. Signed-off-by: Yi Min Zhao <zyimin@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
3b40ea2957
commit
c26916942a
@ -198,11 +198,11 @@ typedef struct ChscSeiNt2Res {
|
|||||||
} QEMU_PACKED ChscSeiNt2Res;
|
} QEMU_PACKED ChscSeiNt2Res;
|
||||||
|
|
||||||
typedef struct PciCfgSccb {
|
typedef struct PciCfgSccb {
|
||||||
SCCBHeader header;
|
SCCBHeader header;
|
||||||
uint8_t atype;
|
uint8_t atype;
|
||||||
uint8_t reserved1;
|
uint8_t reserved1;
|
||||||
uint16_t reserved2;
|
uint16_t reserved2;
|
||||||
uint32_t aid;
|
uint32_t aid;
|
||||||
} QEMU_PACKED PciCfgSccb;
|
} QEMU_PACKED PciCfgSccb;
|
||||||
|
|
||||||
typedef struct S390MsixInfo {
|
typedef struct S390MsixInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user