From: Mateusz Nowotyński Date: Sun, 9 Jul 2017 16:14:38 +0000 (+0200) Subject: Staging: android: remove unnecessary blank lines X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=da1fe271c665a1f598432f688119bff7c2b5e7dd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Staging: android: remove unnecessary blank lines Removes unnecessary blank lines in android/ion/ion_cma_heap.c Signed-off-by: Mateusz Nowotyński Signed-off-by: Greg Kroah-Hartman --- 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,