mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 06:49:27 +03:00
Code cleanup (acpisrc -c)
date 2001.02.23.23.28.00; author rmoore1; state Exp;
This commit is contained in:
parent
c9101c0a6e
commit
64ec05999a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user