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


Groups > linux.kernel > #1468427 > unrolled thread

[PATCH] staging: android: ion_cma_heap: Fixed a extra blank line coding style issue

Started byAkshay Shipurkar <akshayshipurkar@gmail.com>
First post2016-08-23 11:20 +0200
Last post2016-08-23 11:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: android: ion_cma_heap: Fixed a extra blank line  coding style issue Akshay Shipurkar <akshayshipurkar@gmail.com> - 2016-08-23 11:20 +0200

#1468427 — [PATCH] staging: android: ion_cma_heap: Fixed a extra blank line coding style issue

FromAkshay Shipurkar <akshayshipurkar@gmail.com>
Date2016-08-23 11:20 +0200
Subject[PATCH] staging: android: ion_cma_heap: Fixed a extra blank line coding style issue
Message-ID<s9g2e-1UK-31@gated-at.bofh.it>
Fixed a extra blank coding style issue. Deleted the extra blank line on
line 42 of ion_cma_heap.c

Signed-off-by: Akshay Shipurkar <akshayshipurkar@gmail.com>
---
 drivers/staging/android/ion/ion_cma_heap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers/staging/android/ion/ion_cma_heap.c
index d5ff3a2..ff719fb 100644
--- a/drivers/staging/android/ion/ion_cma_heap.c
+++ b/drivers/staging/android/ion/ion_cma_heap.c
@@ -39,7 +39,6 @@ struct ion_cma_buffer_info {
 	struct sg_table *table;
 };
 
-
 /* ION CMA heap operations functions */
 static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer,
 			    unsigned long len, unsigned long align,
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web