Skip to content

Commit c773759

Browse files
committed
VMM: commen typo; blank line.
svn:sync-xref-src-repo-rev: r173205
1 parent 78d4bd0 commit c773759

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/VBox/VMM/VMMR0/GMMR0.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: GMMR0.cpp 113056 2026-02-17 10:38:41Z alexander.eichner@oracle.com $ */
1+
/* $Id: GMMR0.cpp 113451 2026-03-17 21:18:24Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* GMM - Global Memory Manager.
44
*/
@@ -2459,7 +2459,6 @@ static int gmmR0AllocateChunkNew(PGMM pGMM, PGVM pGVM, PGMMCHUNKFREESET pSet, ui
24592459
int rc2 = gmmR0MutexAcquire(pGMM);
24602460
AssertRCReturn(rc2, RT_FAILURE(rc) ? rc : rc2);
24612461
return rc;
2462-
24632462
}
24642463

24652464

src/VBox/VMM/VMMR0/VMMR0.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: VMMR0.cpp 113159 2026-02-25 12:40:41Z knut.osmundsen@oracle.com $ */
1+
/* $Id: VMMR0.cpp 113451 2026-03-17 21:18:24Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* VMM - Host Context Ring 0.
44
*/
@@ -1422,7 +1422,7 @@ VMMR0DECL(void) VMMR0EntryFast(PGVM pGVM, PVMCC pVMIgnored, VMCPUID idCpu, VMMR0
14221422
{
14231423
/*
14241424
* Disable ring-3 calls & blocking till we've successfully entered HM.
1425-
* Otherwise we sometimes end up blocking at the finall Log4 statement
1425+
* Otherwise we sometimes end up blocking at the final Log4 statement
14261426
* in VMXR0Enter, while still in a somewhat inbetween state.
14271427
*/
14281428
VMMRZCallRing3Disable(pGVCpu);

0 commit comments

Comments
 (0)