]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/android/ion/ion_system_heap.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / drivers / staging / android / ion / ion_system_heap.c
index d4cdbf28dbb6701fae141493dbad5516eb5d4d8e..d4c3e5512dd54dbcf0b3f6d9a927a1e8bbb3fc5a 100644 (file)
@@ -185,8 +185,11 @@ static void ion_system_heap_free(struct ion_buffer *buffer)
        struct scatterlist *sg;
        int i;
 
-       /* uncached pages come from the page pools, zero them before returning
-          for security purposes (other allocations are zerod at alloc time */
+       /*
+        *  uncached pages come from the page pools, zero them before returning
+        *  for security purposes (other allocations are zerod at
+        *  alloc time
+        */
        if (!cached && !(buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE))
                ion_heap_buffer_zero(buffer);