summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp')
-rw-r--r--src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp b/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
index 34ec1f458d4..de8b7412f1f 100644
--- a/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
+++ b/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
@@ -259,7 +259,6 @@ static void usbProxyLinuxSetConnected(PUSBPROXYDEV pProxyDev, int iIf, bool fCon
/**
* Links the given URB into the in flight list.
*
- * @returns nothing.
* @param pDevLnx The proxy device instance - Linux specific data.
* @param pUrbLnx The URB to link into the in flight list.
*/
@@ -275,7 +274,6 @@ static void usbProxyLinuxUrbLinkInFlight(PUSBPROXYDEVLNX pDevLnx, PUSBPROXYURBLN
/**
* Unlinks the given URB from the in flight list.
*
- * @returns nothing.
* @param pDevLnx The proxy device instance - Linux specific data.
* @param pUrbLnx The URB to link into the in flight list.
*/