Index: /trunk/src/VBox/Devices/Storage/DevAHCI.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevAHCI.cpp	(revision 42206)
+++ /trunk/src/VBox/Devices/Storage/DevAHCI.cpp	(revision 42207)
@@ -81,5 +81,8 @@
 #define ATA_CTL_SAVED_STATE_VERSION_WITHOUT_FULL_SENSE 1
 #define ATA_CTL_SAVED_STATE_VERSION_WITHOUT_EVENT_STATUS 2
+
+/** The maximum number of release log entries per device. */
 #define MAX_LOG_REL_ERRORS 1024
+
 /**
  * Maximum number of sectors to transfer in a READ/WRITE MULTIPLE request.
Index: /trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
===================================================================
--- /trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp	(revision 42206)
+++ /trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp	(revision 42207)
@@ -1115,6 +1115,4 @@
 
 #ifdef VBOX_WITH_AHCI
-    /* Storage/ATAController.h */
-
     /* Storage/DevAHCI.cpp */
 
