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


Groups > linux.kernel > #1169538 > unrolled thread

[PATCH] ion_chunk_heap.c: Fixed line over 80 characters

Started by"Guillermo O. Freschi" <kedrot@gmail.com>
First post2015-06-21 10:40 +0200
Last post2015-06-21 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] ion_chunk_heap.c: Fixed line over 80 characters "Guillermo O. Freschi" <kedrot@gmail.com> - 2015-06-21 10:40 +0200

#1169538 — [PATCH] ion_chunk_heap.c: Fixed line over 80 characters

From"Guillermo O. Freschi" <kedrot@gmail.com>
Date2015-06-21 10:40 +0200
Subject[PATCH] ion_chunk_heap.c: Fixed line over 80 characters
Message-ID<pDIXg-8iq-11@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web