Staging: Android: align code with open parenthesis in ion_carveout_heap.c
[linux-block.git] / drivers / staging / android / ion / ion_carveout_heap.c
index 173ba2d346e63d3579ec7835fb06a30dd362a236..7c947f23a705f7c00f46d44c6ebd5174a90e0843 100644 (file)
@@ -117,7 +117,7 @@ static void ion_carveout_heap_free(struct ion_buffer *buffer)
 
        if (ion_buffer_cached(buffer))
                dma_sync_sg_for_device(NULL, table->sgl, table->nents,
-                                                       DMA_BIDIRECTIONAL);
+                                      DMA_BIDIRECTIONAL);
 
        ion_carveout_free(heap, paddr, buffer->size);
        sg_free_table(table);