QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix typo in hw/usb.h
@ 2007-02-03  0:50 Ed Swierk
  0 siblings, 0 replies; only message in thread
From: Ed Swierk @ 2007-02-03  0:50 UTC (permalink / raw
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 53 bytes --]

This patch fixes an apparent typo in hw/usb.h.

--Ed

[-- Attachment #2: qemu-usb-typo.patch --]
[-- Type: text/x-patch, Size: 462 bytes --]

Index: qemu-snapshot-2007-02-02_05/hw/usb.h
===================================================================
--- qemu-snapshot-2007-02-02_05.orig/hw/usb.h
+++ qemu-snapshot-2007-02-02_05/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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-03  0:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-03  0:50 [Qemu-devel] [PATCH] Fix typo in hw/usb.h Ed Swierk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).