forked from Minki/linux
staging: android: fix style problem
checkpatch reported "WARNING: line over 80 characters". This patch fixes it by aligning function arguments. Signed-off-by: Saiyam Doshi <saiyamdoshi.in@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7c11bb40f1
commit
9884b3f6f7
@ -107,7 +107,8 @@ static struct ion_heap_ops chunk_heap_ops = {
|
||||
.unmap_kernel = ion_heap_unmap_kernel,
|
||||
};
|
||||
|
||||
struct ion_heap *ion_chunk_heap_create(phys_addr_t base, size_t size, size_t chunk_size)
|
||||
struct ion_heap *ion_chunk_heap_create(phys_addr_t base, size_t size,
|
||||
size_t chunk_size)
|
||||
{
|
||||
struct ion_chunk_heap *chunk_heap;
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user