Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169538
| From | "Guillermo O. Freschi" <kedrot@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ion_chunk_heap.c: Fixed line over 80 characters |
| Date | 2015-06-21 10:40 +0200 |
| Message-ID | <pDIXg-8iq-11@gated-at.bofh.it> (permalink) |
| References | <pDIXg-8iq-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Simple style fix.
Signed-off-by: Guillermo O. Freschi <kedrot@gmail.com>
---
drivers/staging/android/ion/ion_chunk_heap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging/android/ion/ion_chunk_heap.c
index 5474615..0813163 100644
--- a/drivers/staging/android/ion/ion_chunk_heap.c
+++ b/drivers/staging/android/ion/ion_chunk_heap.c
@@ -173,8 +173,8 @@ 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 %lu size %zu align %ld\n", __func__, chunk_heap->base,
- heap_data->size, heap_data->align);
+ pr_debug("%s: base %lu size %zu align %ld\n", __func__,
+ chunk_heap->base, heap_data->size, heap_data->align);
return &chunk_heap->heap;
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] ion_chunk_heap.c: Fixed line over 80 characters "Guillermo O. Freschi" <kedrot@gmail.com> - 2015-06-21 10:40 +0200
csiph-web