diff options
Diffstat (limited to 'drivers/acpi/acpica/utcache.c')
-rw-r--r-- | drivers/acpi/acpica/utcache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/utcache.c b/drivers/acpi/acpica/utcache.c index eacb9ba2b9e0..e1d40ed26390 100644 --- a/drivers/acpi/acpica/utcache.c +++ b/drivers/acpi/acpica/utcache.c | |||
@@ -183,7 +183,7 @@ acpi_status acpi_os_delete_cache(struct acpi_memory_list * cache) | |||
183 | * | 183 | * |
184 | * RETURN: None | 184 | * RETURN: None |
185 | * | 185 | * |
186 | * DESCRIPTION: Release an object to the specified cache. If cache is full, | 186 | * DESCRIPTION: Release an object to the specified cache. If cache is full, |
187 | * the object is deleted. | 187 | * the object is deleted. |
188 | * | 188 | * |
189 | ******************************************************************************/ | 189 | ******************************************************************************/ |
@@ -240,9 +240,9 @@ acpi_os_release_object(struct acpi_memory_list * cache, void *object) | |||
240 | * | 240 | * |
241 | * PARAMETERS: cache - Handle to cache object | 241 | * PARAMETERS: cache - Handle to cache object |
242 | * | 242 | * |
243 | * RETURN: the acquired object. NULL on error | 243 | * RETURN: the acquired object. NULL on error |
244 | * | 244 | * |
245 | * DESCRIPTION: Get an object from the specified cache. If cache is empty, | 245 | * DESCRIPTION: Get an object from the specified cache. If cache is empty, |
246 | * the object is allocated. | 246 | * the object is allocated. |
247 | * | 247 | * |
248 | ******************************************************************************/ | 248 | ******************************************************************************/ |