summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/USB/DevOHCI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/USB/DevOHCI.cpp')
-rw-r--r--src/VBox/Devices/USB/DevOHCI.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/VBox/Devices/USB/DevOHCI.cpp b/src/VBox/Devices/USB/DevOHCI.cpp
index 828a695411c..d5007bcb039 100644
--- a/src/VBox/Devices/USB/DevOHCI.cpp
+++ b/src/VBox/Devices/USB/DevOHCI.cpp
@@ -947,7 +947,6 @@ DECLINLINE(int) ohciR3SetInterruptInt(PPDMDEVINS pDevIns, POHCI ohci, int rcBusy
/**
* Sets the HC in the unrecoverable error state and raises the appropriate interrupt.
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The OHCI instance.
* @param iCode Diagnostic code.
@@ -1480,7 +1479,6 @@ static void ohciR3PhysReadCacheRead(PPDMDEVINS pDevIns, POHCIPAGECACHE pPageCach
* Updates the data in the given page cache if the given guest physical address is currently contained
* in the cache.
*
- * @returns nothing.
* @param pPageCache The page cache to update.
* @param GCPhys The guest physical address needing the update.
* @param pvBuf Pointer to the buffer to update the page cache with.
@@ -1500,7 +1498,6 @@ static void ohciR3PhysCacheUpdate(POHCIPAGECACHE pPageCache, RTGCPHYS GCPhys, co
/**
* Update any cached ED data with the given endpoint descriptor at the given address.
*
- * @returns nothing.
* @param pThisCC The OHCI instance data for the current context.
* @param EdAddr Endpoint descriptor address.
* @param pEd The endpoint descriptor which got updated.
@@ -1514,7 +1511,6 @@ DECLINLINE(void) ohciR3CacheEdUpdate(POHCICC pThisCC, RTGCPHYS32 EdAddr, PCOHCIE
/**
* Update any cached TD data with the given transfer descriptor at the given address.
*
- * @returns nothing.
* @param pThisCC The OHCI instance data, current context.
* @param TdAddr Transfer descriptor address.
* @param pTd The transfer descriptor which got updated.
@@ -2555,7 +2551,6 @@ static uint32_t ohciR3VUsbStatus2OhciStatus(VUSBSTATUS enmStatus)
/**
* Lock the given OHCI controller instance.
*
- * @returns nothing.
* @param pThisCC The OHCI controller instance to lock, ring-3 edition.
*/
DECLINLINE(void) ohciR3Lock(POHCICC pThisCC)
@@ -2573,7 +2568,6 @@ DECLINLINE(void) ohciR3Lock(POHCICC pThisCC)
/**
* Unlocks the given OHCI controller instance.
*
- * @returns nothing.
* @param pThisCC The OHCI controller instance to unlock, ring-3 edition.
*/
DECLINLINE(void) ohciR3Unlock(POHCICC pThisCC)
@@ -5694,7 +5688,6 @@ static DECLCALLBACK(int) ohciR3LoadExec(PPDMDEVINS pDevIns, PSSMHANDLE pSSM, uin
/**
* Reset notification.
*
- * @returns VBox status code.
* @param pDevIns The device instance data.
*/
static DECLCALLBACK(void) ohciR3Reset(PPDMDEVINS pDevIns)
@@ -5718,7 +5711,6 @@ static DECLCALLBACK(void) ohciR3Reset(PPDMDEVINS pDevIns)
/**
* Resume notification.
*
- * @returns VBox status code.
* @param pDevIns The device instance data.
*/
static DECLCALLBACK(void) ohciR3Resume(PPDMDEVINS pDevIns)