Commit aa3a13df authored by Paolo Cretaro's avatar Paolo Cretaro Committed by Greg Kroah-Hartman

staging: android: ion: Replace spaces with tabs for indentation

Fix checkpatch ERRORs: code indent should use tabs where possible.
Signed-off-by: default avatarPaolo Cretaro <melko@frugalware.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be223d57
......@@ -108,7 +108,7 @@ static struct ion_heap *__ion_cma_heap_create(struct cma *cma)
int __ion_add_cma_heaps(struct cma *cma, void *data)
{
struct ion_heap *heap;
struct ion_heap *heap;
heap = __ion_cma_heap_create(cma);
if (IS_ERR(heap))
......@@ -116,8 +116,8 @@ int __ion_add_cma_heaps(struct cma *cma, void *data)
heap->name = cma_get_name(cma);
ion_device_add_heap(heap);
return 0;
ion_device_add_heap(heap);
return 0;
}
static int ion_add_cma_heaps(void)
......
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