acpica/source/components/namespace
aystarik f3046053b6 BIG CHECKIN
turning on printf format checking revealed we've been a little lax. Sins
include:
1) using %X when we should use %p
2) using %ld instead of %d
3) using %x for ACPI_INTEGERS (you need to use HIDWORD() and %x%x)
4) using %4.4s and not casting to a char*
5) using %s with void*

I also reformatted the OSL add_device messages a little.

Anything breaks, let me know. :)  -- Andy


date	2001.10.17.03.58.00;	author agrover;	state Exp;
2005-06-29 18:14:42 +00:00
..
nsaccess.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nsalloc.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nsdump.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nseval.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nsinit.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nsload.c Update to use new debug macro that automatically inserts the procedure 2005-06-29 18:14:34 +00:00
nsnames.c Update to use new debug macro that automatically inserts the procedure 2005-06-29 18:14:34 +00:00
nsobject.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nssearch.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nsutils.c BIG CHECKIN 2005-06-29 18:14:42 +00:00
nswalk.c Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to 2005-06-29 18:13:24 +00:00
nsxfname.c Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to 2005-06-29 18:13:24 +00:00
nsxfobj.c Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to 2005-06-29 18:13:24 +00:00