Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 78222)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 78223)
@@ -1543,4 +1543,5 @@
  * the read/write access of this MSR.
  *
+ * @param   pVCpu           The cross context virtual CPU structure.
  * @param   pVmcsInfo       The VMCS info. object.
  * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
@@ -2142,4 +2143,5 @@
  *
  * @param   pVCpu       The cross context virtual CPU structure.
+ * @param   pVmcsInfo   The VMCS info. object.
  */
 static void hmR0VmxCheckAutoLoadStoreMsrs(PVMCPU pVCpu, PCVMXVMCSINFO pVmcsInfo)
@@ -2901,5 +2903,4 @@
  * @param   pVCpu           The cross context virtual CPU structure.
  * @param   pVmcsInfo       The VMCS info. object.
- * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
  */
 static int hmR0VmxSetupVmcsPinCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
@@ -2955,5 +2956,4 @@
  * @param   pVCpu           The cross context virtual CPU structure.
  * @param   pVmcsInfo       The VMCS info. object.
- * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
  */
 static int hmR0VmxSetupVmcsProcCtls2(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
@@ -3049,5 +3049,4 @@
  * @param   pVCpu           The cross context virtual CPU structure.
  * @param   pVmcsInfo       The VMCS info. object.
- * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
  */
 static int hmR0VmxSetupVmcsProcCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
@@ -5860,6 +5859,6 @@
  *
  * @returns VBox status code.
- * @param   pVCpu       The cross context virtual CPU structure.
- * @param   pVmcsInfo   The VMCS info. object.
+ * @param   pVCpu           The cross context virtual CPU structure.
+ * @param   pVmxTransient   The VMX-transient structure.
  *
  * @remarks No-long-jump zone!!!
@@ -7119,5 +7118,4 @@
  * @returns VBox status code.
  * @param   pVCpu       The cross context virtual CPU structure.
- * @param   pSelReg     Pointer to the segment selector.
  *
  * @remarks Called with interrupts and/or preemption disabled, try not to assert and
@@ -7153,5 +7151,4 @@
  * @returns VBox status code.
  * @param   pVCpu       The cross context virtual CPU structure.
- * @param   pSelReg     Pointer to the segment selector.
  *
  * @remarks Called with interrupts and/or preemption disabled, try not to assert and
@@ -7774,5 +7771,5 @@
     if (enmTrpmEvent == TRPM_TRAP)
     {
-        /** @todo r=ramshankar: TRPM currently offers no way to determine a #DB that was
+        /** @todo r=ramshankar: TRPM currently offers no way to determine a \#DB that was
          *        generated using INT1 (ICEBP). */
         switch (uVector)
@@ -8597,5 +8594,4 @@
  * @returns Strict VBox status code (i.e. informational status codes too).
  * @param   pVCpu           The cross context virtual CPU structure.
- * @param   pVmcsInfo       The VMCS info. object.
  * @param   pVmxTransient   The VMX-transient structure.
  * @param   pfIntrState     Where to store the VT-x guest-interruptibility state.
