All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE
@ 2017-04-27 14:59 Juan Antonio Pedreira Martos
  2017-04-28  9:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Antonio Pedreira Martos @ 2017-04-27 14:59 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Juan Antonio Pedreira Martos

Fix checkpatch warning: unnecessary whitespace before a quoted newline.

Signed-off-by: Juan Antonio Pedreira Martos <juanpm1@gmail.com>
---
 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;
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE
  2017-04-27 14:59 [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE Juan Antonio Pedreira Martos
@ 2017-04-28  9:40 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-04-28  9:40 UTC (permalink / raw)
  To: Juan Antonio Pedreira Martos; +Cc: devel, linux-kernel

On Thu, Apr 27, 2017 at 04:59:40PM +0200, Juan Antonio Pedreira Martos wrote:
> Fix checkpatch warning: unnecessary whitespace before a quoted newline.
> 
> Signed-off-by: Juan Antonio Pedreira Martos <juanpm1@gmail.com>
> ---
>  drivers/staging/android/ion/ion_chunk_heap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Someone else just sent this same patch before you did, sorry.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-28  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27 14:59 [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE Juan Antonio Pedreira Martos
2017-04-28  9:40 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.