summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Serial/DevPL011.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/Serial/DevPL011.cpp')
-rw-r--r--src/VBox/Devices/Serial/DevPL011.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Devices/Serial/DevPL011.cpp b/src/VBox/Devices/Serial/DevPL011.cpp
index 2a9b6e3943b..ad31176e4ec 100644
--- a/src/VBox/Devices/Serial/DevPL011.cpp
+++ b/src/VBox/Devices/Serial/DevPL011.cpp
@@ -379,7 +379,6 @@ static const char *s_aszStopBits[] =
/**
* Updates the IRQ state based on the current device state.
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The shared serial port instance data.
* @param pThisCC The serial port instance data for the current context.
@@ -460,7 +459,6 @@ static VBOXSTRICTRC pl011Xmit(PPDMDEVINS pDevIns, PDEVPL011CC pThisCC, PDEVPL011
/**
* Updates the serial port parameters of the attached driver with the current configuration.
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The shared serial port instance data.
* @param pThisCC The serial port instance data for the current context.
@@ -533,7 +531,6 @@ static void pl011R3ParamsUpdate(PPDMDEVINS pDevIns, PDEVPL011 pThis, PDEVPL011CC
* Reset the transmit/receive related bits to the standard values
* (after a detach/attach/reset event).
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The shared serial port instance data.
* @param pThisCC The serial port instance data for the current context.
@@ -572,7 +569,6 @@ static void pl011R3XferReset(PPDMDEVINS pDevIns, PDEVPL011 pThis, PDEVPL011CC pT
/**
* Tries to copy the specified amount of data from the active TX queue (register or FIFO).
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The shared serial port instance data.
* @param pThisCC The serial port instance data for the current context.