diff --git a/source/components/debugger/dbcmds.c b/source/components/debugger/dbcmds.c index da3e7148c..500eb8d64 100644 --- a/source/components/debugger/dbcmds.c +++ b/source/components/debugger/dbcmds.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbcmds - debug commands and output routines - * $Revision: 1.47 $ + * $Revision: 1.48 $ * ******************************************************************************/ @@ -259,7 +259,7 @@ AcpiDbDisplayLocks (void) for (i = 0; i < MAX_MTX; i++) { - AcpiOsPrintf ("%26s : %s\n", AcpiCmGetMutexName (i), + AcpiOsPrintf ("%26s : %s\n", AcpiCmGetMutexName (i), AcpiGbl_AcpiMutexInfo[i].Locked ? "Locked" : "Unlocked"); } } @@ -1030,7 +1030,7 @@ AcpiDbSetScope ( * * RETURN: None * - * DESCRIPTION: + * DESCRIPTION: * ******************************************************************************/ @@ -1090,7 +1090,4 @@ Cleanup: } - - - #endif /* ENABLE_DEBUGGER */