mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ion_chunk_heap.c: Fixed line over 80 characters
       [not found] <5559A4D7.6040609@gmail.com>
@ 2015-06-21  8:28 ` Guillermo O. Freschi
  0 siblings, 0 replies; only message in thread
From: Guillermo O. Freschi @ 2015-06-21  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, arve, riandrews, mitchelh, tranmanphong, devel,
	Guillermo O. Freschi

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-21  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5559A4D7.6040609@gmail.com>
2015-06-21  8:28 ` [PATCH] ion_chunk_heap.c: Fixed line over 80 characters Guillermo O. Freschi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®