projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b40ea2
)
s390x/pci: remove whitespace
author
Yi Min Zhao
<zyimin@linux.vnet.ibm.com>
Mon, 9 May 2016 10:26:44 +0000
(18:26 +0800)
committer
Cornelia Huck
<cornelia.huck@de.ibm.com>
Tue, 17 May 2016 13:50:29 +0000
(15:50 +0200)
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>
hw/s390x/s390-pci-bus.h
patch
|
blob
|
history
diff --git
a/hw/s390x/s390-pci-bus.h
b/hw/s390x/s390-pci-bus.h
index 8b64884e3d0f75528248f4f231cd1aace7f6f7da..2c852d47fae7e79f8373f403082e17346112c07a 100644
(file)
--- a/
hw/s390x/s390-pci-bus.h
+++ b/
hw/s390x/s390-pci-bus.h
@@
-198,11
+198,11
@@
typedef struct ChscSeiNt2Res {
} QEMU_PACKED ChscSeiNt2Res;
typedef struct PciCfgSccb {
-
SCCBHeader header;
-
uint8_t atype;
-
uint8_t reserved1;
-
uint16_t reserved2;
-
uint32_t aid;
+ SCCBHeader header;
+ uint8_t atype;
+ uint8_t reserved1;
+ uint16_t reserved2;
+ uint32_t aid;
} QEMU_PACKED PciCfgSccb;
typedef struct S390MsixInfo {