summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb.h b/hw/usb.h
index ed8890e..a6d0ae6 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -164,7 +164,7 @@ struct USBPacket {
USBCallback *complete_cb;
void *complete_opaque;
USBCallback *cancel_cb;
- void * *cancel_opaque;
+ void *cancel_opaque;
};
/* Defer completion of a USB packet. The hadle_packet routine should then
OpenPOWER on IntegriCloud