]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: Android: align code with open parenthesis in ion_carveout_heap.c
authorBen Marsh <bmarsh94@gmail.com>
Wed, 24 Feb 2016 12:35:50 +0000 (13:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
This is a patch to ion_carveout_heap.c that alligns code with open
parenthesis to remove a checkpatch.pl warning.

Signed-off-by: Ben Marsh <bmarsh94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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);