Commit f0d6bd7a authored by Mateusz Nowotyński's avatar Mateusz Nowotyński Committed by Greg Kroah-Hartman

Staging: android: Remove unnecessary blank lines

Removes unnecessary blank lines in android/ion/ion_system_heap.c
Signed-off-by: default avatarMateusz Nowotyński <maxmati4@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c1116da9
...@@ -98,7 +98,6 @@ static void free_buffer_page(struct ion_system_heap *heap, ...@@ -98,7 +98,6 @@ static void free_buffer_page(struct ion_system_heap *heap,
ion_page_pool_free(pool, page); ion_page_pool_free(pool, page);
} }
static struct page *alloc_largest_available(struct ion_system_heap *heap, static struct page *alloc_largest_available(struct ion_system_heap *heap,
struct ion_buffer *buffer, struct ion_buffer *buffer,
unsigned long size, unsigned long size,
...@@ -256,7 +255,6 @@ static struct ion_heap_ops system_heap_ops = { ...@@ -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, static int ion_system_heap_debug_show(struct ion_heap *heap, struct seq_file *s,
void *unused) void *unused)
{ {
struct ion_system_heap *sys_heap = container_of(heap, struct ion_system_heap *sys_heap = container_of(heap,
struct ion_system_heap, struct ion_system_heap,
heap); heap);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment