[PATCH v2] staging: android: ion: Remove whitespace before quoted newline

Greg Kroah-Hartman gregkh at linuxfoundation.org
Tue Apr 25 18:55:46 UTC 2017


On Fri, Apr 21, 2017 at 12:11:19AM +0200, Paolo Cretaro wrote:
> Fix checkpatch.pl warning about unnecessary whitespace before a
> quoted newline.
> 
> Signed-off-by: Paolo Cretaro <melko at frugalware.org>
> ---
>  drivers/staging/android/ion/ion_chunk_heap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging/android/ion/ion_chunk_heap.c
> index 9c257c7a2ba0..102c09398317 100644
> --- a/drivers/staging/android/ion/ion_chunk_heap.c
> +++ b/drivers/staging/android/ion/ion_chunk_heap.c
> @@ -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;

Does not apply at all :(


More information about the devel mailing list