]> git.proxmox.com Git - qemu.git/blobdiff - hw/eepro100.c
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
[qemu.git] / hw / eepro100.c
index 17bcfd83254b6929693b0b2515c7f8ac3801d342..6a162f607f1ddb9665c9cf695236c5713d535a38 100644 (file)
@@ -258,7 +258,7 @@ typedef struct {
 
     /* Data in mem is always in the byte order of the controller (le).
      * It must be dword aligned to allow direct access to 32 bit values. */
-    uint8_t mem[PCI_MEM_SIZE] __attribute__((aligned(8)));;
+    uint8_t mem[PCI_MEM_SIZE] __attribute__((aligned(8)));
 
     /* Configuration bytes. */
     uint8_t configuration[22];