Staging: android: Remove unnecessary blank lines
authorMateusz Nowotyński <maxmati4@gmail.com>
Sun, 9 Jul 2017 16:14:40 +0000 (18:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:41:01 +0000 (08:41 +0200)
Removes unnecessary blank lines in android/ion/ion_system_heap.c

Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_system_heap.c

index 5964bf21fd805d5ce73203aa8fe70f165901ffba..4dc5d7a589c28bb945ff076b7d21f66fff16d553 100644 (file)
@@ -98,7 +98,6 @@ static void free_buffer_page(struct ion_system_heap *heap,
        ion_page_pool_free(pool, page);
 }
 
-
 static struct page *alloc_largest_available(struct ion_system_heap *heap,
                                            struct ion_buffer *buffer,
                                            unsigned long size,
@@ -256,7 +255,6 @@ static struct ion_heap_ops system_heap_ops = {
 static int ion_system_heap_debug_show(struct ion_heap *heap, struct seq_file *s,
                                      void *unused)
 {
-
        struct ion_system_heap *sys_heap = container_of(heap,
                                                        struct ion_system_heap,
                                                        heap);