Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632162 > unrolled thread
| Started by | Juan Antonio Pedreira Martos <juanpm1@gmail.com> |
|---|---|
| First post | 2017-04-27 17:10 +0200 |
| Last post | 2017-04-28 11:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Juan Antonio Pedreira Martos <juanpm1@gmail.com> |
|---|---|
| Date | 2017-04-27 17:10 +0200 |
| Subject | [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE |
| Message-ID | <tATdn-2kj-13@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-04-28 11:50 +0200 |
| Subject | Re: [PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE |
| Message-ID | <tBaHg-5yJ-13@gated-at.bofh.it> |
| In reply to | #1632162 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web