Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1632162

[PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE

From Juan Antonio Pedreira Martos <juanpm1@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE
Date 2017-04-27 17:10 +0200
Message-ID <tATdn-2kj-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE Juan Antonio Pedreira Martos <juanpm1@gmail.com> - 2017-04-27 17:10 +0200
  Re: [PATCH] staging: android: ion: fix  QUOTED_WHITESPACE_BEFORE_NEWLINE Greg KH <gregkh@linuxfoundation.org> - 2017-04-28 11:50 +0200

csiph-web