summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/BIOS/scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/scsi.c')
-rw-r--r--src/VBox/Devices/PC/BIOS/scsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Devices/PC/BIOS/scsi.c b/src/VBox/Devices/PC/BIOS/scsi.c
index a91606bb7e9..59f65e33437 100644
--- a/src/VBox/Devices/PC/BIOS/scsi.c
+++ b/src/VBox/Devices/PC/BIOS/scsi.c
@@ -296,7 +296,6 @@ uint16_t scsi_cmd_packet(uint16_t device_id, uint8_t cmdlen, char __far *cmdbuf,
/**
* Enumerate attached devices.
*
- * @returns nothing.
* @param hba_seg Segement of the HBA controller block.
* @param idx_hba The HBA driver index used for accessing the enumerated devices.
*/