diff options
Diffstat (limited to 'drivers/acpi/utilities/utalloc.c')
-rw-r--r-- | drivers/acpi/utilities/utalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/utilities/utalloc.c b/drivers/acpi/utilities/utalloc.c index 3b29aecaaca5..65a7c2ed9aa1 100644 --- a/drivers/acpi/utilities/utalloc.c +++ b/drivers/acpi/utilities/utalloc.c | |||
@@ -108,7 +108,7 @@ acpi_status acpi_ut_create_caches(void) | |||
108 | } | 108 | } |
109 | 109 | ||
110 | status = | 110 | status = |
111 | acpi_os_create_cache("Acpi-parse_ext", | 111 | acpi_os_create_cache("Acpi-ParseExt", |
112 | sizeof(struct acpi_parse_obj_named), | 112 | sizeof(struct acpi_parse_obj_named), |
113 | ACPI_MAX_EXTPARSE_CACHE_DEPTH, | 113 | ACPI_MAX_EXTPARSE_CACHE_DEPTH, |
114 | &acpi_gbl_ps_node_ext_cache); | 114 | &acpi_gbl_ps_node_ext_cache); |
@@ -289,7 +289,7 @@ void *acpi_ut_allocate(acpi_size size, u32 component, char *module, u32 line) | |||
289 | { | 289 | { |
290 | void *allocation; | 290 | void *allocation; |
291 | 291 | ||
292 | ACPI_FUNCTION_TRACE_U32("ut_allocate", size); | 292 | ACPI_FUNCTION_TRACE_U32(ut_allocate, size); |
293 | 293 | ||
294 | /* Check for an inadvertent size of zero bytes */ | 294 | /* Check for an inadvertent size of zero bytes */ |
295 | 295 | ||