From: Ben Marsh Date: Wed, 24 Feb 2016 12:35:50 +0000 (+0100) Subject: Staging: Android: align code with open parenthesis in ion_carveout_heap.c X-Git-Tag: v4.6-rc1~103^2~80 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5821a33b9bbdab3ba62bddc562be9eff6ba3b1dc;p=linux.git Staging: Android: align code with open parenthesis in ion_carveout_heap.c 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/ion/ion_carveout_heap.c b/drivers/staging/android/ion/ion_carveout_heap.c index 173ba2d346e6..7c947f23a705 100644 --- a/drivers/staging/android/ion/ion_carveout_heap.c +++ b/drivers/staging/android/ion/ion_carveout_heap.c @@ -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);