aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorMateusz Nowotyński <maxmati4@gmail.com>2017-07-09 18:14:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 08:41:01 +0200
commitda1fe271c665a1f598432f688119bff7c2b5e7dd (patch)
tree193513a86bbb755f55a15667e54941e02e315244 /drivers/staging/android
parentstaging: android: ion: statify __ion_add_cma_heaps (diff)
downloadlinux-dev-da1fe271c665a1f598432f688119bff7c2b5e7dd.tar.xz
linux-dev-da1fe271c665a1f598432f688119bff7c2b5e7dd.zip
Staging: android: remove unnecessary blank lines
Removes unnecessary blank lines in android/ion/ion_cma_heap.c Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/ion/ion_cma_heap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers/staging/android/ion/ion_cma_heap.c
index c6db9b726002..368a592c5c7e 100644
--- a/drivers/staging/android/ion/ion_cma_heap.c
+++ b/drivers/staging/android/ion/ion_cma_heap.c
@@ -31,7 +31,6 @@ struct ion_cma_heap {
#define to_cma_heap(x) container_of(x, struct ion_cma_heap, heap)
-
/* ION CMA heap operations functions */
static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer,
unsigned long len,