[ACPI] ACPICA 20060210
[linux-drm-fsl-dcu.git] / drivers / acpi / utilities / utcache.c
index 2177cb1ef2c43708c8af51e520bbdc8ad3e8a49f..044c890e5b3c20090f7d3f521ae7eec3a3dc27e1 100644 (file)
@@ -118,6 +118,7 @@ acpi_status acpi_os_purge_cache(struct acpi_memory_list * cache)
        /* Walk the list of objects in this cache */
 
        while (cache->list_head) {
+
                /* Delete and unlink one cached state object */
 
                next = *(ACPI_CAST_INDIRECT_PTR(char,
@@ -259,6 +260,7 @@ void *acpi_os_acquire_object(struct acpi_memory_list *cache)
        /* Check the cache first */
 
        if (cache->list_head) {
+
                /* There is an object available, use it */
 
                object = cache->list_head;