summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/USB/DevEHCI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/USB/DevEHCI.cpp')
-rw-r--r--src/VBox/Devices/USB/DevEHCI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Devices/USB/DevEHCI.cpp b/src/VBox/Devices/USB/DevEHCI.cpp
index c0f9b5fe07a..317e5c36e20 100644
--- a/src/VBox/Devices/USB/DevEHCI.cpp
+++ b/src/VBox/Devices/USB/DevEHCI.cpp
@@ -1522,7 +1522,6 @@ DECLINLINE(void) ehciR3WriteQTD(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, PEHCI_QTD p
* Updates the QHD in guest memory only updating portions of the QHD the controller
* is allowed to write to.
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param GCPhys Physical guest address of the QHD.
* @param pQHD The QHD to update the guest memory with.
@@ -4793,7 +4792,6 @@ static DECLCALLBACK(void) ehciR3Reset(PPDMDEVINS pDevIns)
/**
* Reset notification.
*
- * @returns VBox status code.
* @param pDevIns The device instance data.
*/
static DECLCALLBACK(void) ehciR3Resume(PPDMDEVINS pDevIns)