diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-04-27 19:09:21 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-04-27 19:09:21 +0000 |
| commit | f8146b882bc156c1d8ddf14bbea67253ebc064bb (patch) | |
| tree | 386af7da341300745b1dff04e9dd2e96104d4823 /sys/contrib/dev/acpica/components/utilities/utcache.c | |
| parent | c09a15342aa867d8aa7c3a87e120fa8c0a8f082f (diff) | |
| parent | 2331c681155dd7b2f78bd28ca0c183e2f98ff44f (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/components/utilities/utcache.c')
| -rw-r--r-- | sys/contrib/dev/acpica/components/utilities/utcache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/components/utilities/utcache.c b/sys/contrib/dev/acpica/components/utilities/utcache.c index c252d8a28229..af6df9214a00 100644 --- a/sys/contrib/dev/acpica/components/utilities/utcache.c +++ b/sys/contrib/dev/acpica/components/utilities/utcache.c @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2015, Intel Corp. + * Copyright (C) 2000 - 2016, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -93,9 +93,9 @@ AcpiOsCreateCache ( /* Populate the cache object and return it */ memset (Cache, 0, sizeof (ACPI_MEMORY_LIST)); - Cache->ListName = CacheName; + Cache->ListName = CacheName; Cache->ObjectSize = ObjectSize; - Cache->MaxDepth = MaxDepth; + Cache->MaxDepth = MaxDepth; *ReturnCache = Cache; return (AE_OK); @@ -279,7 +279,7 @@ AcpiOsAcquireObject ( void *Object; - ACPI_FUNCTION_NAME (OsAcquireObject); + ACPI_FUNCTION_TRACE (OsAcquireObject); if (!Cache) |
