OSDN Git Service

staging: android: ion: Remove whitespace before quoted newline
authorPaolo Cretaro <melko@frugalware.org>
Tue, 25 Apr 2017 20:14:29 +0000 (22:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 09:40:07 +0000 (11:40 +0200)
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>
drivers/staging/android/ion/ion_chunk_heap.c

index 9c257c7..102c093 100644 (file)
@@ -150,7 +150,7 @@ struct ion_heap *ion_chunk_heap_create(struct ion_platform_heap *heap_data)
        chunk_heap->heap.ops = &chunk_heap_ops;
        chunk_heap->heap.type = ION_HEAP_TYPE_CHUNK;
        chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE;
-       pr_debug("%s: base %pa size %zu \n", __func__,
+       pr_debug("%s: base %pa size %zu\n", __func__,
                 &chunk_heap->base, heap_data->size);
 
        return &chunk_heap->heap;