Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 68227)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 68228)
@@ -2628,5 +2628,4 @@
  * Restores the host-state from the host-state save area as part of a \#VMEXIT.
  *
- * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
  * @param   pCtx        The guest-CPU context.
  */
@@ -2666,5 +2665,4 @@
  * Saves the host-state to the host-state save area as part of a VMRUN.
  *
- * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
  * @param   pCtx        The guest-CPU context.
  * @param   cbInstr     The length of the VMRUN instruction in bytes.
Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 68227)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 68228)
@@ -232,5 +232,5 @@
 *********************************************************************************************************************************/
 static void hmR0SvmSetMsrPermission(PSVMVMCB pVmcb, uint8_t *pbMsrBitmap, unsigned uMsr, SVMMSREXITREAD enmRead,
-                                    SVMMSREXITWRITE enmWrite);
+                                    SVMMSREXITWRITE enmWrite)
 static void hmR0SvmPendingEventToTrpmTrap(PVMCPU pVCpu);
 static void hmR0SvmLeave(PVMCPU pVCpu);
@@ -584,9 +584,9 @@
  * Sets the permission bits for the specified MSR in the MSRPM.
  *
- * @param   pVCpu       The cross context virtual CPU structure.
- * @param   pCtx        Pointer to the guest CPU or nested-guest CPU context.
- * @param   uMsr        The MSR for which the access permissions are being set.
- * @param   enmRead     MSR read permissions.
- * @param   enmWrite    MSR write permissions.
+ * @param   pVmcb           Pointer to the VM control block.
+ * @param   pvMsrBitmap     Pointer to the MSR bitmap.
+ * @param   uMsr            The MSR for which the access permissions are being set.
+ * @param   enmRead         MSR read permissions.
+ * @param   enmWrite        MSR write permissions.
  */
 static void hmR0SvmSetMsrPermission(PSVMVMCB pVmcb, uint8_t *pbMsrBitmap, unsigned uMsr, SVMMSREXITREAD enmRead,
