Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: android: Remove unnecessary blank lines

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>

authored by

Mateusz Nowotyński and committed by
Greg Kroah-Hartman
f0d6bd7a c1116da9

-2
-2
drivers/staging/android/ion/ion_system_heap.c
··· 98 98 ion_page_pool_free(pool, page); 99 99 } 100 100 101 - 102 101 static struct page *alloc_largest_available(struct ion_system_heap *heap, 103 102 struct ion_buffer *buffer, 104 103 unsigned long size, ··· 255 256 static int ion_system_heap_debug_show(struct ion_heap *heap, struct seq_file *s, 256 257 void *unused) 257 258 { 258 - 259 259 struct ion_system_heap *sys_heap = container_of(heap, 260 260 struct ion_system_heap, 261 261 heap);