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

staging: android: ion: Remove whitespace before quoted newline

Fix checkpatch.pl warning about unnecessary whitespace before a
quoted newline.

Signed-off-by: Paolo Cretaro <melko@frugalware.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Paolo Cretaro and committed by
Greg Kroah-Hartman
6c707d4f f06ee95c

+1 -1
+1 -1
drivers/staging/android/ion/ion_chunk_heap.c
··· 150 150 chunk_heap->heap.ops = &chunk_heap_ops; 151 151 chunk_heap->heap.type = ION_HEAP_TYPE_CHUNK; 152 152 chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; 153 - pr_debug("%s: base %pa size %zu \n", __func__, 153 + pr_debug("%s: base %pa size %zu\n", __func__, 154 154 &chunk_heap->base, heap_data->size); 155 155 156 156 return &chunk_heap->heap;